Html Css Color HEX #BB7436 Meteor

📋 copy color: '#BB7436'

red 187 ◦ green 116 ◦ blue 54

#BB7436
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Meteor #BB7436

Tints of Meteor #BB7436

RGB

 RED value IS 187 (73.44% from 255) = 52.38%

 GREEN value IS 116 (45.7% from 255) = 32.49%

 BLUE value IS 54 (21.48% from 255) = 15.13%

R = 52.38%
G = 32.49%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB7436 (or 0xBB7436) is known color: Meteor. HEX triplet: BB, 74 and 36. RGB value is (187,116,54). Sum of RGB (Red+Green+Blue) = 187+116+54=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 54 (21.48% from 255 or 15.13% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7436 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7436 is #448BC9. Grayscale: #828282. Windows color (decimal): -4492234 or 3568827. OLE color: 3568827.

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

Color convert

RGB 187 116 54 -
CMYK 0 0.38 0.71 0.27
HSL 27.97º 0.55% 0.47% -
HSV(B) 27.97º 0.71% 0.73% -
XYZ 27.4 23.32 6.55 -
YUV 130.16 85.02 168.54 -
System Red Green Blue C M Y K H S L
Decimal 187 116 54 0 0.38 0.71 0.27 27.97 0.55 0.47
Hex BB 74 36 0 26 47 1B 1C 37 2F
Octal 273 164 66 0 46 107 33 34 67 57
Binary 10111011 1110100 110110 0 100110 1000111 11011 11100 110111 101111

Color Harmonies of #BB7436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7436

Black with #BB7436

Text Example


Text Example

White with #BB7436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7436; }

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

 H1.HeaderClassName
 {
   color: #BB7436;
 }
 .AnyTagClassName
 {
   color: #BB7436;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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