Html Css Color HEX #B96C29 Meteor

📋 copy color: '#B96C29'

red 185 ◦ green 108 ◦ blue 41

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

Shades of Meteor #B96C29

Tints of Meteor #B96C29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.28%

R = 55.39%
G = 32.34%
B = 12.28%

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

#B96C29 (or 0xB96C29) is known color: Meteor. HEX triplet: B9, 6C and 29. RGB value is (185,108,41). Sum of RGB (Red+Green+Blue) = 185+108+41=334 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.39% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 41 (16.41% from 255 or 12.28% from 334); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96C29 is #4693D6. Grayscale: #7B7B7B. Windows color (decimal): -4625367 or 2714809. OLE color: 2714809.

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

Color convert

RGB 185 108 41 -
CMYK 0 0.42 0.78 0.27
HSL 27.92º 0.64% 0.44% -
HSV(B) 27.92º 0.78% 0.73% -
XYZ 25.77 21.2 4.83 -
YUV 123.39 81.51 171.95 -
System Red Green Blue C M Y K H S L
Decimal 185 108 41 0 0.42 0.78 0.27 27.92 0.64 0.44
Hex B9 6C 29 0 2A 4E 1B 1C 40 2C
Octal 271 154 51 0 52 116 33 34 100 54
Binary 10111001 1101100 101001 0 101010 1001110 11011 11100 1000000 101100

Color Harmonies of #B96C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96C29

Black with #B96C29

Text Example


Text Example

White with #B96C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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