Html Css Color HEX #B27E5C Medium Wood

📋 copy color: '#B27E5C'

red 178 ◦ green 126 ◦ blue 92

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

Shades of Medium Wood #B27E5C

Tints of Medium Wood #B27E5C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.82%

 BLUE value IS 92 (36.33% from 255) = 23.23%

R = 44.95%
G = 31.82%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B27E5C (or 0xB27E5C) is known color: Medium Wood. HEX triplet: B2, 7E and 5C. RGB value is (178,126,92). Sum of RGB (Red+Green+Blue) = 178+126+92=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27E5C is #4D81A3. Grayscale: #898989. Windows color (decimal): -5079460 or 6061746. OLE color: 6061746.

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

Color convert

RGB 178 126 92 -
CMYK 0 0.29 0.48 0.30
HSL 23.72º 0.36% 0.53% -
HSV(B) 23.72º 0.48% 0.7% -
XYZ 27.75 25.16 13.52 -
YUV 137.67 102.23 156.76 -
System Red Green Blue C M Y K H S L
Decimal 178 126 92 0 0.29 0.48 0.30 23.72 0.36 0.53
Hex B2 7E 5C 0 1D 30 1E 18 24 35
Octal 262 176 134 0 35 60 36 30 44 65
Binary 10110010 1111110 1011100 0 11101 110000 11110 11000 100100 110101

Color Harmonies of #B27E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27E5C

Black with #B27E5C

Text Example


Text Example

White with #B27E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27E5C; }

 p { color: rgb(178,126,92); }

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

background-color css

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

 a { background-color: rgb(178,126,92); }

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

border-color css

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

 span { border-color: rgb(178,126,92); }

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