Html Css Color HEX #B96E2A Meteor

📋 copy color: '#B96E2A'

red 185 ◦ green 110 ◦ blue 42

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

Shades of Meteor #B96E2A

Tints of Meteor #B96E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.46%

R = 54.9%
G = 32.64%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B96E2A (or 0xB96E2A) is known color: Meteor. HEX triplet: B9, 6E and 2A. RGB value is (185,110,42). Sum of RGB (Red+Green+Blue) = 185+110+42=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 42 (16.80% from 255 or 12.46% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96E2A is #4691D5. Grayscale: #7D7D7D. Windows color (decimal): -4624854 or 2780857. OLE color: 2780857.

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

Color convert

RGB 185 110 42 -
CMYK 0 0.41 0.77 0.27
HSL 28.53º 0.63% 0.45% -
HSV(B) 28.53º 0.77% 0.73% -
XYZ 26 21.63 5 -
YUV 124.67 81.35 171.03 -
System Red Green Blue C M Y K H S L
Decimal 185 110 42 0 0.41 0.77 0.27 28.53 0.63 0.45
Hex B9 6E 2A 0 29 4D 1B 1D 3F 2D
Octal 271 156 52 0 51 115 33 35 77 55
Binary 10111001 1101110 101010 0 101001 1001101 11011 11101 111111 101101

Color Harmonies of #B96E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96E2A

Black with #B96E2A

Text Example


Text Example

White with #B96E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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