Html Css Color HEX #B96E30 Meteor

📋 copy color: '#B96E30'

red 185 ◦ green 110 ◦ blue 48

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

Shades of Meteor #B96E30

Tints of Meteor #B96E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.99%

R = 53.94%
G = 32.07%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B96E30 (or 0xB96E30) is known color: Meteor. HEX triplet: B9, 6E and 30. RGB value is (185,110,48). Sum of RGB (Red+Green+Blue) = 185+110+48=343 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.94% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 48 (19.14% from 255 or 13.99% from 343); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96E30 is #4691CF. Grayscale: #7D7D7D. Windows color (decimal): -4624848 or 3174073. OLE color: 3174073.

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

Color convert

RGB 185 110 48 -
CMYK 0 0.41 0.74 0.27
HSL 27.15º 0.59% 0.46% -
HSV(B) 27.15º 0.74% 0.73% -
XYZ 26.12 21.68 5.6 -
YUV 125.36 84.35 170.54 -
System Red Green Blue C M Y K H S L
Decimal 185 110 48 0 0.41 0.74 0.27 27.15 0.59 0.46
Hex B9 6E 30 0 29 4A 1B 1B 3B 2E
Octal 271 156 60 0 51 112 33 33 73 56
Binary 10111001 1101110 110000 0 101001 1001010 11011 11011 111011 101110

Color Harmonies of #B96E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96E30

Black with #B96E30

Text Example


Text Example

White with #B96E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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