Html Css Color HEX #B96C30 Reno Sand

📋 copy color: '#B96C30'

red 185 ◦ green 108 ◦ blue 48

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

Shades of Reno Sand #B96C30

Tints of Reno Sand #B96C30

RGB

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

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

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

R = 54.25%
G = 31.67%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B96C30 (or 0xB96C30) is known color: Reno Sand. HEX triplet: B9, 6C and 30. RGB value is (185,108,48). Sum of RGB (Red+Green+Blue) = 185+108+48=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96C30 is #4693CF. Grayscale: #7C7C7C. Windows color (decimal): -4625360 or 3173561. OLE color: 3173561.

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

Color convert

RGB 185 108 48 -
CMYK 0 0.42 0.74 0.27
HSL 26.28º 0.59% 0.46% -
HSV(B) 26.28º 0.74% 0.73% -
XYZ 25.9 21.25 5.53 -
YUV 124.18 85.01 171.38 -
System Red Green Blue C M Y K H S L
Decimal 185 108 48 0 0.42 0.74 0.27 26.28 0.59 0.46
Hex B9 6C 30 0 2A 4A 1B 1A 3B 2E
Octal 271 154 60 0 52 112 33 32 73 56
Binary 10111001 1101100 110000 0 101010 1001010 11011 11010 111011 101110

Color Harmonies of #B96C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96C30

Black with #B96C30

Text Example


Text Example

White with #B96C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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