Html Css Color HEX #B27E5A Medium Wood

📋 copy color: '#B27E5A'

red 178 ◦ green 126 ◦ blue 90

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

Shades of Medium Wood #B27E5A

Tints of Medium Wood #B27E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.84%

R = 45.18%
G = 31.98%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B27E5A (or 0xB27E5A) is known color: Medium Wood. HEX triplet: B2, 7E and 5A. RGB value is (178,126,90). Sum of RGB (Red+Green+Blue) = 178+126+90=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27E5A is #4D81A5. Grayscale: #898989. Windows color (decimal): -5079462 or 5930674. OLE color: 5930674.

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

Color convert

RGB 178 126 90 -
CMYK 0 0.29 0.49 0.30
HSL 24.55º 0.36% 0.53% -
HSV(B) 24.55º 0.49% 0.7% -
XYZ 27.67 25.12 13.06 -
YUV 137.44 101.23 156.93 -
System Red Green Blue C M Y K H S L
Decimal 178 126 90 0 0.29 0.49 0.30 24.55 0.36 0.53
Hex B2 7E 5A 0 1D 31 1E 19 24 35
Octal 262 176 132 0 35 61 36 31 44 65
Binary 10110010 1111110 1011010 0 11101 110001 11110 11001 100100 110101

Color Harmonies of #B27E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27E5A

Black with #B27E5A

Text Example


Text Example

White with #B27E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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