Html Css Color HEX #B06F37 Reno Sand

📋 copy color: '#B06F37'

red 176 ◦ green 111 ◦ blue 55

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

Shades of Reno Sand #B06F37

Tints of Reno Sand #B06F37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.08%

R = 51.46%
G = 32.46%
B = 16.08%

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

#B06F37 (or 0xB06F37) is known color: Reno Sand. HEX triplet: B0, 6F and 37. RGB value is (176,111,55). Sum of RGB (Red+Green+Blue) = 176+111+55=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 55 (21.88% from 255 or 16.08% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06F37 is #4F90C8. Grayscale: #7C7C7C. Windows color (decimal): -5214409 or 3633072. OLE color: 3633072.

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

Color convert

RGB 176 111 55 -
CMYK 0 0.37 0.69 0.31
HSL 27.77º 0.52% 0.45% -
HSV(B) 27.77º 0.69% 0.69% -
XYZ 24.28 20.87 6.36 -
YUV 124.05 89.03 165.05 -
System Red Green Blue C M Y K H S L
Decimal 176 111 55 0 0.37 0.69 0.31 27.77 0.52 0.45
Hex B0 6F 37 0 25 45 1F 1C 34 2D
Octal 260 157 67 0 45 105 37 34 64 55
Binary 10110000 1101111 110111 0 100101 1000101 11111 11100 110100 101101

Color Harmonies of #B06F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06F37

Black with #B06F37

Text Example


Text Example

White with #B06F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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