Html Css Color HEX #B96C26 Meteor

📋 copy color: '#B96C26'

red 185 ◦ green 108 ◦ blue 38

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

Shades of Meteor #B96C26

Tints of Meteor #B96C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.48%

R = 55.89%
G = 32.63%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#B96C26 (or 0xB96C26) is known color: Meteor. HEX triplet: B9, 6C and 26. RGB value is (185,108,38). Sum of RGB (Red+Green+Blue) = 185+108+38=331 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.89% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 38 (15.23% from 255 or 11.48% from 331); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96C26 is #4693D9. Grayscale: #7B7B7B. Windows color (decimal): -4625370 or 2518201. OLE color: 2518201.

HSL color Cylindrical-coordinate representation of color #B96C26: hue angle of 28.57º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B96C26 is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 108 38 -
CMYK 0 0.42 0.79 0.27
HSL 28.57º 0.66% 0.44% -
HSV(B) 28.57º 0.79% 0.73% -
XYZ 25.72 21.18 4.57 -
YUV 123.04 80.01 172.19 -
System Red Green Blue C M Y K H S L
Decimal 185 108 38 0 0.42 0.79 0.27 28.57 0.66 0.44
Hex B9 6C 26 0 2A 4F 1B 1D 42 2C
Octal 271 154 46 0 52 117 33 35 102 54
Binary 10111001 1101100 100110 0 101010 1001111 11011 11101 1000010 101100

Color Harmonies of #B96C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96C26

Black with #B96C26

Text Example


Text Example

White with #B96C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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