Html Css Color HEX #B27132 Reno Sand

📋 copy color: '#B27132'

red 178 ◦ green 113 ◦ blue 50

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

Shades of Reno Sand #B27132

Tints of Reno Sand #B27132

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.14%

 BLUE value IS 50 (19.92% from 255) = 14.66%

R = 52.2%
G = 33.14%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B27132 (or 0xB27132) is known color: Reno Sand. HEX triplet: B2, 71 and 32. RGB value is (178,113,50). Sum of RGB (Red+Green+Blue) = 178+113+50=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B27132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27132 is #4D8ECD. Grayscale: #7D7D7D. Windows color (decimal): -5082830 or 3305906. OLE color: 3305906.

HSL color Cylindrical-coordinate representation of color #B27132: hue angle of 29.53º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B27132 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 113 50 -
CMYK 0 0.37 0.72 0.30
HSL 29.53º 0.56% 0.45% -
HSV(B) 29.53º 0.72% 0.7% -
XYZ 24.84 21.51 5.86 -
YUV 125.25 85.53 165.62 -
System Red Green Blue C M Y K H S L
Decimal 178 113 50 0 0.37 0.72 0.30 29.53 0.56 0.45
Hex B2 71 32 0 25 48 1E 1E 38 2D
Octal 262 161 62 0 45 110 36 36 70 55
Binary 10110010 1110001 110010 0 100101 1001000 11110 11110 111000 101101

Color Harmonies of #B27132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27132

Black with #B27132

Text Example


Text Example

White with #B27132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27132; }

 p { color: rgb(178,113,50); }

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

background-color css

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

 a { background-color: rgb(178,113,50); }

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

border-color css

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

 span { border-color: rgb(178,113,50); }

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