Html Css Color HEX #B96C28 Meteor

📋 copy color: '#B96C28'

red 185 ◦ green 108 ◦ blue 40

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

Shades of Meteor #B96C28

Tints of Meteor #B96C28

RGB

 RED value IS 185 (72.66% from 255) = 55.56%

 GREEN value IS 108 (42.58% from 255) = 32.43%

 BLUE value IS 40 (16.02% from 255) = 12.01%

R = 55.56%
G = 32.43%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B96C28 (or 0xB96C28) is known color: Meteor. HEX triplet: B9, 6C and 28. RGB value is (185,108,40). Sum of RGB (Red+Green+Blue) = 185+108+40=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 40 (16.02% from 255 or 12.01% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96C28 is #4693D7. Grayscale: #7B7B7B. Windows color (decimal): -4625368 or 2649273. OLE color: 2649273.

HSL color Cylindrical-coordinate representation of color #B96C28: hue angle of 28.14º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B96C28 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 108 40 -
CMYK 0 0.42 0.78 0.27
HSL 28.14º 0.64% 0.44% -
HSV(B) 28.14º 0.78% 0.73% -
XYZ 25.75 21.19 4.74 -
YUV 123.27 81.01 172.03 -
System Red Green Blue C M Y K H S L
Decimal 185 108 40 0 0.42 0.78 0.27 28.14 0.64 0.44
Hex B9 6C 28 0 2A 4E 1B 1C 40 2C
Octal 271 154 50 0 52 116 33 34 100 54
Binary 10111001 1101100 101000 0 101010 1001110 11011 11100 1000000 101100

Color Harmonies of #B96C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96C28

Black with #B96C28

Text Example


Text Example

White with #B96C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96C28; }

 p { color: rgb(185,108,40); }

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

background-color css

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

 a { background-color: rgb(185,108,40); }

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

border-color css

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

 span { border-color: rgb(185,108,40); }

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