Html Css Color HEX #B27D5D Medium Wood

📋 copy color: '#B27D5D'

red 178 ◦ green 125 ◦ blue 93

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

Shades of Medium Wood #B27D5D

Tints of Medium Wood #B27D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.48%

R = 44.95%
G = 31.57%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B27D5D (or 0xB27D5D) is known color: Medium Wood. HEX triplet: B2, 7D and 5D. RGB value is (178,125,93). Sum of RGB (Red+Green+Blue) = 178+125+93=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27D5D is #4D82A2. Grayscale: #898989. Windows color (decimal): -5079715 or 6127026. OLE color: 6127026.

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

Color convert

RGB 178 125 93 -
CMYK 0 0.30 0.48 0.30
HSL 22.59º 0.36% 0.53% -
HSV(B) 22.59º 0.48% 0.7% -
XYZ 27.67 24.92 13.71 -
YUV 137.2 103.06 157.1 -
System Red Green Blue C M Y K H S L
Decimal 178 125 93 0 0.30 0.48 0.30 22.59 0.36 0.53
Hex B2 7D 5D 0 1E 30 1E 17 24 35
Octal 262 175 135 0 36 60 36 27 44 65
Binary 10110010 1111101 1011101 0 11110 110000 11110 10111 100100 110101

Color Harmonies of #B27D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27D5D

Black with #B27D5D

Text Example


Text Example

White with #B27D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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