Html Css Color HEX #B06C2F Reno Sand

📋 copy color: '#B06C2F'

red 176 ◦ green 108 ◦ blue 47

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

Shades of Reno Sand #B06C2F

Tints of Reno Sand #B06C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.2%

R = 53.17%
G = 32.63%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B06C2F (or 0xB06C2F) is known color: Reno Sand. HEX triplet: B0, 6C and 2F. RGB value is (176,108,47). Sum of RGB (Red+Green+Blue) = 176+108+47=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 47 (18.75% from 255 or 14.20% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06C2F is #4F93D0. Grayscale: #797979. Windows color (decimal): -5215185 or 3108016. OLE color: 3108016.

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

Color convert

RGB 176 108 47 -
CMYK 0 0.39 0.73 0.31
HSL 28.37º 0.58% 0.44% -
HSV(B) 28.37º 0.73% 0.69% -
XYZ 23.78 20.16 5.33 -
YUV 121.38 86.03 166.96 -
System Red Green Blue C M Y K H S L
Decimal 176 108 47 0 0.39 0.73 0.31 28.37 0.58 0.44
Hex B0 6C 2F 0 27 49 1F 1C 3A 2C
Octal 260 154 57 0 47 111 37 34 72 54
Binary 10110000 1101100 101111 0 100111 1001001 11111 11100 111010 101100

Color Harmonies of #B06C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06C2F

Black with #B06C2F

Text Example


Text Example

White with #B06C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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