Html Css Color HEX #B77237 Reno Sand

📋 copy color: '#B77237'

red 183 ◦ green 114 ◦ blue 55

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

Shades of Reno Sand #B77237

Tints of Reno Sand #B77237

RGB

 RED value IS 183 (71.88% from 255) = 51.99%

 GREEN value IS 114 (44.92% from 255) = 32.39%

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

R = 51.99%
G = 32.39%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B77237 (or 0xB77237) is known color: Reno Sand. HEX triplet: B7, 72 and 37. RGB value is (183,114,55). Sum of RGB (Red+Green+Blue) = 183+114+55=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 55 (21.88% from 255 or 15.62% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B77237 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77237 is #488DC8. Grayscale: #808080. Windows color (decimal): -4754889 or 3633847. OLE color: 3633847.

HSL color Cylindrical-coordinate representation of color #B77237: hue angle of 27.66º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B77237 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 114 55 -
CMYK 0 0.38 0.70 0.28
HSL 27.66º 0.54% 0.47% -
HSV(B) 27.66º 0.7% 0.72% -
XYZ 26.24 22.38 6.55 -
YUV 127.91 86.86 167.3 -
System Red Green Blue C M Y K H S L
Decimal 183 114 55 0 0.38 0.70 0.28 27.66 0.54 0.47
Hex B7 72 37 0 26 46 1C 1C 36 2F
Octal 267 162 67 0 46 106 34 34 66 57
Binary 10110111 1110010 110111 0 100110 1000110 11100 11100 110110 101111

Color Harmonies of #B77237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77237

Black with #B77237

Text Example


Text Example

White with #B77237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77237; }

 p { color: rgb(183,114,55); }

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

background-color css

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

 a { background-color: rgb(183,114,55); }

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

border-color css

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

 span { border-color: rgb(183,114,55); }

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