Html Css Color HEX #B96F2C Meteor

📋 copy color: '#B96F2C'

red 185 ◦ green 111 ◦ blue 44

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

Shades of Meteor #B96F2C

Tints of Meteor #B96F2C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.65%

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

R = 54.41%
G = 32.65%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#B96F2C (or 0xB96F2C) is known color: Meteor. HEX triplet: B9, 6F and 2C. RGB value is (185,111,44). Sum of RGB (Red+Green+Blue) = 185+111+44=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96F2C is #4690D3. Grayscale: #7D7D7D. Windows color (decimal): -4624596 or 2912185. OLE color: 2912185.

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

Color convert

RGB 185 111 44 -
CMYK 0 0.4 0.76 0.27
HSL 28.51º 0.62% 0.45% -
HSV(B) 28.51º 0.76% 0.73% -
XYZ 26.15 21.87 5.23 -
YUV 125.49 82.02 170.45 -
System Red Green Blue C M Y K H S L
Decimal 185 111 44 0 0.4 0.76 0.27 28.51 0.62 0.45
Hex B9 6F 2C 0 28 4C 1B 1D 3E 2D
Octal 271 157 54 0 50 114 33 35 76 55
Binary 10111001 1101111 101100 0 101000 1001100 11011 11101 111110 101101

Color Harmonies of #B96F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96F2C

Black with #B96F2C

Text Example


Text Example

White with #B96F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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