Html Css Color HEX #BB7336 Meteor

📋 copy color: '#BB7336'

red 187 ◦ green 115 ◦ blue 54

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

Shades of Meteor #BB7336

Tints of Meteor #BB7336

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.3%

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

R = 52.53%
G = 32.3%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB7336 (or 0xBB7336) is known color: Meteor. HEX triplet: BB, 73 and 36. RGB value is (187,115,54). Sum of RGB (Red+Green+Blue) = 187+115+54=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 54 (21.48% from 255 or 15.17% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7336 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7336 is #448CC9. Grayscale: #818181. Windows color (decimal): -4492490 or 3568571. OLE color: 3568571.

HSL color Cylindrical-coordinate representation of color #BB7336: hue angle of 27.52º 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 #BB7336 is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 115 54 -
CMYK 0 0.39 0.71 0.27
HSL 27.52º 0.55% 0.47% -
HSV(B) 27.52º 0.71% 0.73% -
XYZ 27.29 23.09 6.51 -
YUV 129.57 85.35 168.96 -
System Red Green Blue C M Y K H S L
Decimal 187 115 54 0 0.39 0.71 0.27 27.52 0.55 0.47
Hex BB 73 36 0 27 47 1B 1C 37 2F
Octal 273 163 66 0 47 107 33 34 67 57
Binary 10111011 1110011 110110 0 100111 1000111 11011 11100 110111 101111

Color Harmonies of #BB7336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7336

Black with #BB7336

Text Example


Text Example

White with #BB7336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7336; }

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

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

background-color css

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

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

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

border-color css

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

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

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