Html Css Color HEX #B27237 Reno Sand

📋 copy color: '#B27237'

red 178 ◦ green 114 ◦ blue 55

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

Shades of Reno Sand #B27237

Tints of Reno Sand #B27237

RGB

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

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

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

R = 51.3%
G = 32.85%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B27237 (or 0xB27237) is known color: Reno Sand. HEX triplet: B2, 72 and 37. RGB value is (178,114,55). Sum of RGB (Red+Green+Blue) = 178+114+55=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 55 (21.88% from 255 or 15.85% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B27237 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27237 is #4D8DC8. Grayscale: #7E7E7E. Windows color (decimal): -5082569 or 3633842. OLE color: 3633842.

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

Color convert

RGB 178 114 55 -
CMYK 0 0.36 0.69 0.30
HSL 28.78º 0.53% 0.46% -
HSV(B) 28.78º 0.69% 0.7% -
XYZ 25.07 21.78 6.5 -
YUV 126.41 87.7 164.8 -
System Red Green Blue C M Y K H S L
Decimal 178 114 55 0 0.36 0.69 0.30 28.78 0.53 0.46
Hex B2 72 37 0 24 45 1E 1D 35 2E
Octal 262 162 67 0 44 105 36 35 65 56
Binary 10110010 1110010 110111 0 100100 1000101 11110 11101 110101 101110

Color Harmonies of #B27237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27237

Black with #B27237

Text Example


Text Example

White with #B27237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27237; }

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

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

background-color css

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

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

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

border-color css

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

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

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