Html Css Color HEX #B06F2C Reno Sand

📋 copy color: '#B06F2C'

red 176 ◦ green 111 ◦ blue 44

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

Shades of Reno Sand #B06F2C

Tints of Reno Sand #B06F2C

RGB

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

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

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

R = 53.17%
G = 33.53%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B06F2C (or 0xB06F2C) is known color: Reno Sand. HEX triplet: B0, 6F and 2C. RGB value is (176,111,44). Sum of RGB (Red+Green+Blue) = 176+111+44=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 44 (17.58% from 255 or 13.29% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06F2C is #4F90D3. Grayscale: #7B7B7B. Windows color (decimal): -5214420 or 2912176. OLE color: 2912176.

HSL color Cylindrical-coordinate representation of color #B06F2C: hue angle of 30.45º 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 #B06F2C is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 111 44 -
CMYK 0 0.37 0.75 0.31
HSL 30.45º 0.6% 0.43% -
HSV(B) 30.45º 0.75% 0.69% -
XYZ 24.04 20.78 5.13 -
YUV 122.8 83.53 165.95 -
System Red Green Blue C M Y K H S L
Decimal 176 111 44 0 0.37 0.75 0.31 30.45 0.6 0.43
Hex B0 6F 2C 0 25 4B 1F 1E 3C 2B
Octal 260 157 54 0 45 113 37 36 74 53
Binary 10110000 1101111 101100 0 100101 1001011 11111 11110 111100 101011

Color Harmonies of #B06F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06F2C

Black with #B06F2C

Text Example


Text Example

White with #B06F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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