Html Css Color HEX #B06F36 Reno Sand

📋 copy color: '#B06F36'

red 176 ◦ green 111 ◦ blue 54

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

Shades of Reno Sand #B06F36

Tints of Reno Sand #B06F36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.84%

R = 51.61%
G = 32.55%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B06F36 (or 0xB06F36) is known color: Reno Sand. HEX triplet: B0, 6F and 36. RGB value is (176,111,54). Sum of RGB (Red+Green+Blue) = 176+111+54=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 54 (21.48% from 255 or 15.84% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06F36 is #4F90C9. Grayscale: #7C7C7C. Windows color (decimal): -5214410 or 3567536. OLE color: 3567536.

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

Color convert

RGB 176 111 54 -
CMYK 0 0.37 0.69 0.31
HSL 28.03º 0.53% 0.45% -
HSV(B) 28.03º 0.69% 0.69% -
XYZ 24.25 20.87 6.24 -
YUV 123.94 88.53 165.13 -
System Red Green Blue C M Y K H S L
Decimal 176 111 54 0 0.37 0.69 0.31 28.03 0.53 0.45
Hex B0 6F 36 0 25 45 1F 1C 35 2D
Octal 260 157 66 0 45 105 37 34 65 55
Binary 10110000 1101111 110110 0 100101 1000101 11111 11100 110101 101101

Color Harmonies of #B06F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06F36

Black with #B06F36

Text Example


Text Example

White with #B06F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06F36; }

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

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

background-color css

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

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

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

border-color css

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

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

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