Html Css Color HEX #B07737 Reno Sand

📋 copy color: '#B07737'

red 176 ◦ green 119 ◦ blue 55

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

Shades of Reno Sand #B07737

Tints of Reno Sand #B07737

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34%

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

R = 50.29%
G = 34%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B07737 (or 0xB07737) is known color: Reno Sand. HEX triplet: B0, 77 and 37. RGB value is (176,119,55). Sum of RGB (Red+Green+Blue) = 176+119+55=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 55 (21.88% from 255 or 15.71% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B07737 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07737 is #4F88C8. Grayscale: #818181. Windows color (decimal): -5212361 or 3635120. OLE color: 3635120.

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

Color convert

RGB 176 119 55 -
CMYK 0 0.32 0.69 0.31
HSL 31.74º 0.52% 0.45% -
HSV(B) 31.74º 0.69% 0.69% -
XYZ 25.19 22.7 6.67 -
YUV 128.75 86.38 161.7 -
System Red Green Blue C M Y K H S L
Decimal 176 119 55 0 0.32 0.69 0.31 31.74 0.52 0.45
Hex B0 77 37 0 20 45 1F 20 34 2D
Octal 260 167 67 0 40 105 37 40 64 55
Binary 10110000 1110111 110111 0 100000 1000101 11111 100000 110100 101101

Color Harmonies of #B07737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07737

Black with #B07737

Text Example


Text Example

White with #B07737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07737; }

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

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

background-color css

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

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

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

border-color css

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

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

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