Html Css Color HEX #B07037 Reno Sand

📋 copy color: '#B07037'

red 176 ◦ green 112 ◦ blue 55

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

Shades of Reno Sand #B07037

Tints of Reno Sand #B07037

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.65%

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

R = 51.31%
G = 32.65%
B = 16.03%

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

#B07037 (or 0xB07037) is known color: Reno Sand. HEX triplet: B0, 70 and 37. RGB value is (176,112,55). Sum of RGB (Red+Green+Blue) = 176+112+55=343 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.31% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 55 (21.88% from 255 or 16.03% from 343); Max value from RGB is 176 - color contains mainly: red. Hex color #B07037 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07037 is #4F8FC8. Grayscale: #7C7C7C. Windows color (decimal): -5214153 or 3633328. OLE color: 3633328.

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

Color convert

RGB 176 112 55 -
CMYK 0 0.36 0.69 0.31
HSL 28.26º 0.52% 0.45% -
HSV(B) 28.26º 0.69% 0.69% -
XYZ 24.39 21.09 6.4 -
YUV 124.64 88.7 164.63 -
System Red Green Blue C M Y K H S L
Decimal 176 112 55 0 0.36 0.69 0.31 28.26 0.52 0.45
Hex B0 70 37 0 24 45 1F 1C 34 2D
Octal 260 160 67 0 44 105 37 34 64 55
Binary 10110000 1110000 110111 0 100100 1000101 11111 11100 110100 101101

Color Harmonies of #B07037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07037

Black with #B07037

Text Example


Text Example

White with #B07037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07037; }

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

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

background-color css

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

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

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

border-color css

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

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

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