#BB743A

Color #BB743A Meteor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteor #BB743A

Tints of Meteor #BB743A

Color information

#BB743A (or 0xBB743A) is unknown color: approx Meteor. HEX triplet: BB, 74 and 3A. RGB value is (187,116,58). Sum of RGB (Red+Green+Blue) = 187+116+58=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 58 (23.05% from 255 or 16.07% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB743A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB743A is #448BC5. Grayscale: #828282. Windows color (decimal): -4492230 or 3830971. OLE color: 3830971.

HSL color Cylindrical-coordinate representation of color #BB743A: hue angle of 26.98º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB743A is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB18711658-
CMYK00.380.690.27
HSL26.98º52.65%48.04%-
HSV(B)26.98º68.98%73.33%-
XYZ27.523.367.06-
YUV130.6287.02168.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 51.80%
GREEN value IS 116 (45.70% from 255) = 32.13%
BLUE value IS 58 (23.05% from 255) = 16.07%
R=51.80%
G=32.13%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871165800.380.690.2726.9852.6548.04
HexBB743A026451B1b3530
Octal2731647204610533336560
Binary101110111110100111010010011010001011101111011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB743A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB743A; }

 p { color: rgb(187,116,58); }

 H1.HeaderClassName
 {
   color: #BB743A;
 }
 .AnyTagClassName
 {
   color: #BB743A;
 }
</style>
background-color css

<style>
 a { background-color: #BB743A; }

 a { background-color: rgb(187,116,58); }

 div.DivClassName
 {
   background-color: #BB743A;
 }
 .BgClassName
 {
   background-color: #BB743A;
 }
</style>
border-color css

<style>
 span { border-color: #BB743A; }

 span { border-color: rgb(187,116,58); }

 td.TdClassName
 {
   border-color: #BB743A;
 }
 .TagClassName
 {
   border-color: #BB743A;
 }
</style>