Html Css Color HEX #B06C27 Reno Sand

📋 copy color: '#B06C27'

red 176 ◦ green 108 ◦ blue 39

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

Shades of Reno Sand #B06C27

Tints of Reno Sand #B06C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.07%

R = 54.49%
G = 33.44%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B06C27 (or 0xB06C27) is known color: Reno Sand. HEX triplet: B0, 6C and 27. RGB value is (176,108,39). Sum of RGB (Red+Green+Blue) = 176+108+39=323 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.49% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 39 (15.62% from 255 or 12.07% from 323); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06C27 is #4F93D8. Grayscale: #787878. Windows color (decimal): -5215193 or 2583728. OLE color: 2583728.

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

Color convert

RGB 176 108 39 -
CMYK 0 0.39 0.78 0.31
HSL 30.22º 0.64% 0.42% -
HSV(B) 30.22º 0.78% 0.69% -
XYZ 23.63 20.1 4.55 -
YUV 120.47 82.03 167.61 -
System Red Green Blue C M Y K H S L
Decimal 176 108 39 0 0.39 0.78 0.31 30.22 0.64 0.42
Hex B0 6C 27 0 27 4E 1F 1E 40 2A
Octal 260 154 47 0 47 116 37 36 100 52
Binary 10110000 1101100 100111 0 100111 1001110 11111 11110 1000000 101010

Color Harmonies of #B06C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06C27

Black with #B06C27

Text Example


Text Example

White with #B06C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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