Html Css Color HEX #B06F33 Reno Sand

📋 copy color: '#B06F33'

red 176 ◦ green 111 ◦ blue 51

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

Shades of Reno Sand #B06F33

Tints of Reno Sand #B06F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.09%

R = 52.07%
G = 32.84%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B06F33 (or 0xB06F33) is known color: Reno Sand. HEX triplet: B0, 6F and 33. RGB value is (176,111,51). Sum of RGB (Red+Green+Blue) = 176+111+51=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 51 (20.31% from 255 or 15.09% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06F33 is #4F90CC. Grayscale: #7B7B7B. Windows color (decimal): -5214413 or 3370928. OLE color: 3370928.

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

Color convert

RGB 176 111 51 -
CMYK 0 0.37 0.71 0.31
HSL 28.8º 0.55% 0.45% -
HSV(B) 28.8º 0.71% 0.69% -
XYZ 24.19 20.84 5.88 -
YUV 123.6 87.03 165.38 -
System Red Green Blue C M Y K H S L
Decimal 176 111 51 0 0.37 0.71 0.31 28.8 0.55 0.45
Hex B0 6F 33 0 25 47 1F 1D 37 2D
Octal 260 157 63 0 45 107 37 35 67 55
Binary 10110000 1101111 110011 0 100101 1000111 11111 11101 110111 101101

Color Harmonies of #B06F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06F33

Black with #B06F33

Text Example


Text Example

White with #B06F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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