Html Css Color HEX #B06F28 Reno Sand

📋 copy color: '#B06F28'

red 176 ◦ green 111 ◦ blue 40

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

Shades of Reno Sand #B06F28

Tints of Reno Sand #B06F28

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.94%

 BLUE value IS 40 (16.02% from 255) = 12.23%

R = 53.82%
G = 33.94%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B06F28 (or 0xB06F28) is known color: Reno Sand. HEX triplet: B0, 6F and 28. RGB value is (176,111,40). Sum of RGB (Red+Green+Blue) = 176+111+40=327 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.82% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 40 (16.02% from 255 or 12.23% from 327); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06F28 is #4F90D7. Grayscale: #7A7A7A. Windows color (decimal): -5214424 or 2650032. OLE color: 2650032.

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

Color convert

RGB 176 111 40 -
CMYK 0 0.37 0.77 0.31
HSL 31.32º 0.63% 0.42% -
HSV(B) 31.32º 0.77% 0.69% -
XYZ 23.97 20.75 4.75 -
YUV 122.34 81.53 166.27 -
System Red Green Blue C M Y K H S L
Decimal 176 111 40 0 0.37 0.77 0.31 31.32 0.63 0.42
Hex B0 6F 28 0 25 4D 1F 1F 3F 2A
Octal 260 157 50 0 45 115 37 37 77 52
Binary 10110000 1101111 101000 0 100101 1001101 11111 11111 111111 101010

Color Harmonies of #B06F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06F28

Black with #B06F28

Text Example


Text Example

White with #B06F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06F28; }

 p { color: rgb(176,111,40); }

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

background-color css

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

 a { background-color: rgb(176,111,40); }

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

border-color css

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

 span { border-color: rgb(176,111,40); }

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