Html Css Color HEX #B07137 Reno Sand

📋 copy color: '#B07137'

red 176 ◦ green 113 ◦ blue 55

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

Shades of Reno Sand #B07137

Tints of Reno Sand #B07137

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.85%

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

R = 51.16%
G = 32.85%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B07137 (or 0xB07137) is known color: Reno Sand. HEX triplet: B0, 71 and 37. RGB value is (176,113,55). Sum of RGB (Red+Green+Blue) = 176+113+55=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 55 (21.88% from 255 or 15.99% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B07137 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07137 is #4F8EC8. Grayscale: #7D7D7D. Windows color (decimal): -5213897 or 3633584. OLE color: 3633584.

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

Color convert

RGB 176 113 55 -
CMYK 0 0.36 0.69 0.31
HSL 28.76º 0.52% 0.45% -
HSV(B) 28.76º 0.69% 0.69% -
XYZ 24.5 21.32 6.44 -
YUV 125.23 88.37 164.22 -
System Red Green Blue C M Y K H S L
Decimal 176 113 55 0 0.36 0.69 0.31 28.76 0.52 0.45
Hex B0 71 37 0 24 45 1F 1D 34 2D
Octal 260 161 67 0 44 105 37 35 64 55
Binary 10110000 1110001 110111 0 100100 1000101 11111 11101 110100 101101

Color Harmonies of #B07137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07137

Black with #B07137

Text Example


Text Example

White with #B07137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07137; }

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

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

background-color css

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

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

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

border-color css

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

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

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