Html Css Color HEX #B27737 Reno Sand

📋 copy color: '#B27737'

red 178 ◦ green 119 ◦ blue 55

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

Shades of Reno Sand #B27737

Tints of Reno Sand #B27737

RGB

 RED value IS 178 (69.92% from 255) = 50.57%

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

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

R = 50.57%
G = 33.81%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B27737 (or 0xB27737) is known color: Reno Sand. HEX triplet: B2, 77 and 37. RGB value is (178,119,55). Sum of RGB (Red+Green+Blue) = 178+119+55=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 55 (21.88% from 255 or 15.62% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B27737 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27737 is #4D88C8. Grayscale: #818181. Windows color (decimal): -5081289 or 3635122. OLE color: 3635122.

HSL color Cylindrical-coordinate representation of color #B27737: hue angle of 31.22º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B27737 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 119 55 -
CMYK 0 0.33 0.69 0.30
HSL 31.22º 0.53% 0.46% -
HSV(B) 31.22º 0.69% 0.7% -
XYZ 25.65 22.93 6.69 -
YUV 129.35 86.05 162.7 -
System Red Green Blue C M Y K H S L
Decimal 178 119 55 0 0.33 0.69 0.30 31.22 0.53 0.46
Hex B2 77 37 0 21 45 1E 1F 35 2E
Octal 262 167 67 0 41 105 36 37 65 56
Binary 10110010 1110111 110111 0 100001 1000101 11110 11111 110101 101110

Color Harmonies of #B27737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27737

Black with #B27737

Text Example


Text Example

White with #B27737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27737; }

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

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

background-color css

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

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

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

border-color css

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

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

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