Html Css Color HEX #B96E2C Meteor

📋 copy color: '#B96E2C'

red 185 ◦ green 110 ◦ blue 44

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

Shades of Meteor #B96E2C

Tints of Meteor #B96E2C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.45%

 BLUE value IS 44 (17.58% from 255) = 12.98%

R = 54.57%
G = 32.45%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#B96E2C (or 0xB96E2C) is known color: Meteor. HEX triplet: B9, 6E and 2C. RGB value is (185,110,44). Sum of RGB (Red+Green+Blue) = 185+110+44=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 44 (17.58% from 255 or 12.98% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96E2C is #4691D3. Grayscale: #7D7D7D. Windows color (decimal): -4624852 or 2911929. OLE color: 2911929.

HSL color Cylindrical-coordinate representation of color #B96E2C: hue angle of 28.09º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B96E2C is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 110 44 -
CMYK 0 0.41 0.76 0.27
HSL 28.09º 0.62% 0.45% -
HSV(B) 28.09º 0.76% 0.73% -
XYZ 26.04 21.65 5.19 -
YUV 124.9 82.35 170.87 -
System Red Green Blue C M Y K H S L
Decimal 185 110 44 0 0.41 0.76 0.27 28.09 0.62 0.45
Hex B9 6E 2C 0 29 4C 1B 1C 3E 2D
Octal 271 156 54 0 51 114 33 34 76 55
Binary 10111001 1101110 101100 0 101001 1001100 11011 11100 111110 101101

Color Harmonies of #B96E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96E2C

Black with #B96E2C

Text Example


Text Example

White with #B96E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96E2C; }

 p { color: rgb(185,110,44); }

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

background-color css

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

 a { background-color: rgb(185,110,44); }

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

border-color css

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

 span { border-color: rgb(185,110,44); }

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