Html Css Color HEX #B06C2C Reno Sand

📋 copy color: '#B06C2C'

red 176 ◦ green 108 ◦ blue 44

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

Shades of Reno Sand #B06C2C

Tints of Reno Sand #B06C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.41%

R = 53.66%
G = 32.93%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B06C2C (or 0xB06C2C) is known color: Reno Sand. HEX triplet: B0, 6C and 2C. RGB value is (176,108,44). Sum of RGB (Red+Green+Blue) = 176+108+44=328 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.66% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 44 (17.58% from 255 or 13.41% from 328); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06C2C is #4F93D3. Grayscale: #797979. Windows color (decimal): -5215188 or 2911408. OLE color: 2911408.

HSL color Cylindrical-coordinate representation of color #B06C2C: hue angle of 29.09º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B06C2C is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 108 44 -
CMYK 0 0.39 0.75 0.31
HSL 29.09º 0.6% 0.43% -
HSV(B) 29.09º 0.75% 0.69% -
XYZ 23.72 20.14 5.02 -
YUV 121.04 84.53 167.2 -
System Red Green Blue C M Y K H S L
Decimal 176 108 44 0 0.39 0.75 0.31 29.09 0.6 0.43
Hex B0 6C 2C 0 27 4B 1F 1D 3C 2B
Octal 260 154 54 0 47 113 37 35 74 53
Binary 10110000 1101100 101100 0 100111 1001011 11111 11101 111100 101011

Color Harmonies of #B06C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06C2C

Black with #B06C2C

Text Example


Text Example

White with #B06C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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