Html Css Color HEX #B07337 Reno Sand

📋 copy color: '#B07337'

red 176 ◦ green 115 ◦ blue 55

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

Shades of Reno Sand #B07337

Tints of Reno Sand #B07337

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.24%

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

R = 50.87%
G = 33.24%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B07337 (or 0xB07337) is known color: Reno Sand. HEX triplet: B0, 73 and 37. RGB value is (176,115,55). Sum of RGB (Red+Green+Blue) = 176+115+55=346 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.87% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 55 (21.88% from 255 or 15.90% from 346); Max value from RGB is 176 - color contains mainly: red. Hex color #B07337 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07337 is #4F8CC8. Grayscale: #7E7E7E. Windows color (decimal): -5213385 or 3634096. OLE color: 3634096.

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

Color convert

RGB 176 115 55 -
CMYK 0 0.35 0.69 0.31
HSL 29.75º 0.52% 0.45% -
HSV(B) 29.75º 0.69% 0.69% -
XYZ 24.72 21.77 6.51 -
YUV 126.4 87.71 163.38 -
System Red Green Blue C M Y K H S L
Decimal 176 115 55 0 0.35 0.69 0.31 29.75 0.52 0.45
Hex B0 73 37 0 23 45 1F 1E 34 2D
Octal 260 163 67 0 43 105 37 36 64 55
Binary 10110000 1110011 110111 0 100011 1000101 11111 11110 110100 101101

Color Harmonies of #B07337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07337

Black with #B07337

Text Example


Text Example

White with #B07337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07337; }

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

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

background-color css

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

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

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

border-color css

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

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

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