Html Css Color HEX #BB7C36 Meteor

📋 copy color: '#BB7C36'

red 187 ◦ green 124 ◦ blue 54

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

Shades of Meteor #BB7C36

Tints of Meteor #BB7C36

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.97%

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

R = 51.23%
G = 33.97%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB7C36 (or 0xBB7C36) is known color: Meteor. HEX triplet: BB, 7C and 36. RGB value is (187,124,54). Sum of RGB (Red+Green+Blue) = 187+124+54=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 54 (21.48% from 255 or 14.79% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7C36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7C36 is #4483C9. Grayscale: #878787. Windows color (decimal): -4490186 or 3570875. OLE color: 3570875.

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

Color convert

RGB 187 124 54 -
CMYK 0 0.34 0.71 0.27
HSL 31.58º 0.55% 0.47% -
HSV(B) 31.58º 0.71% 0.73% -
XYZ 28.37 25.25 6.87 -
YUV 134.86 82.37 165.19 -
System Red Green Blue C M Y K H S L
Decimal 187 124 54 0 0.34 0.71 0.27 31.58 0.55 0.47
Hex BB 7C 36 0 22 47 1B 20 37 2F
Octal 273 174 66 0 42 107 33 40 67 57
Binary 10111011 1111100 110110 0 100010 1000111 11011 100000 110111 101111

Color Harmonies of #BB7C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7C36

Black with #BB7C36

Text Example


Text Example

White with #BB7C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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