Html Css Color HEX #B06C2E Reno Sand

📋 copy color: '#B06C2E'

red 176 ◦ green 108 ◦ blue 46

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

Shades of Reno Sand #B06C2E

Tints of Reno Sand #B06C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.94%

R = 53.33%
G = 32.73%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B06C2E (or 0xB06C2E) is known color: Reno Sand. HEX triplet: B0, 6C and 2E. RGB value is (176,108,46). Sum of RGB (Red+Green+Blue) = 176+108+46=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 46 (18.36% from 255 or 13.94% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06C2E is #4F93D1. Grayscale: #797979. Windows color (decimal): -5215186 or 3042480. OLE color: 3042480.

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

Color convert

RGB 176 108 46 -
CMYK 0 0.39 0.74 0.31
HSL 28.62º 0.59% 0.44% -
HSV(B) 28.62º 0.74% 0.69% -
XYZ 23.76 20.15 5.22 -
YUV 121.26 85.53 167.04 -
System Red Green Blue C M Y K H S L
Decimal 176 108 46 0 0.39 0.74 0.31 28.62 0.59 0.44
Hex B0 6C 2E 0 27 4A 1F 1D 3B 2C
Octal 260 154 56 0 47 112 37 35 73 54
Binary 10110000 1101100 101110 0 100111 1001010 11111 11101 111011 101100

Color Harmonies of #B06C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06C2E

Black with #B06C2E

Text Example


Text Example

White with #B06C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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