Html Css Color HEX #B06F34 Reno Sand

📋 copy color: '#B06F34'

red 176 ◦ green 111 ◦ blue 52

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

Shades of Reno Sand #B06F34

Tints of Reno Sand #B06F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.34%

R = 51.92%
G = 32.74%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B06F34 (or 0xB06F34) is known color: Reno Sand. HEX triplet: B0, 6F and 34. RGB value is (176,111,52). Sum of RGB (Red+Green+Blue) = 176+111+52=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06F34 is #4F90CB. Grayscale: #7C7C7C. Windows color (decimal): -5214412 or 3436464. OLE color: 3436464.

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

Color convert

RGB 176 111 52 -
CMYK 0 0.37 0.70 0.31
HSL 28.55º 0.54% 0.45% -
HSV(B) 28.55º 0.7% 0.69% -
XYZ 24.21 20.85 6 -
YUV 123.71 87.53 165.3 -
System Red Green Blue C M Y K H S L
Decimal 176 111 52 0 0.37 0.70 0.31 28.55 0.54 0.45
Hex B0 6F 34 0 25 46 1F 1D 36 2D
Octal 260 157 64 0 45 106 37 35 66 55
Binary 10110000 1101111 110100 0 100101 1000110 11111 11101 110110 101101

Color Harmonies of #B06F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06F34

Black with #B06F34

Text Example


Text Example

White with #B06F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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