Html Css Color HEX #B27D5B Medium Wood

📋 copy color: '#B27D5B'

red 178 ◦ green 125 ◦ blue 91

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

Shades of Medium Wood #B27D5B

Tints of Medium Wood #B27D5B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.73%

 BLUE value IS 91 (35.94% from 255) = 23.1%

R = 45.18%
G = 31.73%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B27D5B (or 0xB27D5B) is known color: Medium Wood. HEX triplet: B2, 7D and 5B. RGB value is (178,125,91). Sum of RGB (Red+Green+Blue) = 178+125+91=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27D5B is #4D82A4. Grayscale: #898989. Windows color (decimal): -5079717 or 5995954. OLE color: 5995954.

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

Color convert

RGB 178 125 91 -
CMYK 0 0.30 0.49 0.30
HSL 23.45º 0.36% 0.53% -
HSV(B) 23.45º 0.49% 0.7% -
XYZ 27.58 24.89 13.25 -
YUV 136.97 102.06 157.26 -
System Red Green Blue C M Y K H S L
Decimal 178 125 91 0 0.30 0.49 0.30 23.45 0.36 0.53
Hex B2 7D 5B 0 1E 31 1E 17 24 35
Octal 262 175 133 0 36 61 36 27 44 65
Binary 10110010 1111101 1011011 0 11110 110001 11110 10111 100100 110101

Color Harmonies of #B27D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27D5B

Black with #B27D5B

Text Example


Text Example

White with #B27D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27D5B; }

 p { color: rgb(178,125,91); }

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

background-color css

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

 a { background-color: rgb(178,125,91); }

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

border-color css

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

 span { border-color: rgb(178,125,91); }

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