Html Css Color HEX #B06C24 Reno Sand

📋 copy color: '#B06C24'

red 176 ◦ green 108 ◦ blue 36

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

Shades of Reno Sand #B06C24

Tints of Reno Sand #B06C24

RGB

 RED value IS 176 (69.14% from 255) = 55%

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

 BLUE value IS 36 (14.45% from 255) = 11.25%

R = 55%
G = 33.75%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B06C24 (or 0xB06C24) is known color: Reno Sand. HEX triplet: B0, 6C and 24. RGB value is (176,108,36). Sum of RGB (Red+Green+Blue) = 176+108+36=320 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 36 (14.45% from 255 or 11.25% from 320); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06C24 is #4F93DB. Grayscale: #787878. Windows color (decimal): -5215196 or 2387120. OLE color: 2387120.

HSL color Cylindrical-coordinate representation of color #B06C24: hue angle of 30.86º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B06C24 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 108 36 -
CMYK 0 0.39 0.80 0.31
HSL 30.86º 0.66% 0.42% -
HSV(B) 30.86º 0.8% 0.69% -
XYZ 23.59 20.08 4.3 -
YUV 120.12 80.53 167.85 -
System Red Green Blue C M Y K H S L
Decimal 176 108 36 0 0.39 0.80 0.31 30.86 0.66 0.42
Hex B0 6C 24 0 27 50 1F 1F 42 2A
Octal 260 154 44 0 47 120 37 37 102 52
Binary 10110000 1101100 100100 0 100111 1010000 11111 11111 1000010 101010

Color Harmonies of #B06C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06C24

Black with #B06C24

Text Example


Text Example

White with #B06C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06C24; }

 p { color: rgb(176,108,36); }

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

background-color css

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

 a { background-color: rgb(176,108,36); }

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

border-color css

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

 span { border-color: rgb(176,108,36); }

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