Html Css Color HEX #B27C5D Medium Wood

📋 copy color: '#B27C5D'

red 178 ◦ green 124 ◦ blue 93

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

Shades of Medium Wood #B27C5D

Tints of Medium Wood #B27C5D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.39%

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

R = 45.06%
G = 31.39%
B = 23.54%

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

#B27C5D (or 0xB27C5D) is known color: Medium Wood. HEX triplet: B2, 7C and 5D. RGB value is (178,124,93). Sum of RGB (Red+Green+Blue) = 178+124+93=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27C5D is #4D83A2. Grayscale: #888888. Windows color (decimal): -5079971 or 6126770. OLE color: 6126770.

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

Color convert

RGB 178 124 93 -
CMYK 0 0.30 0.48 0.30
HSL 21.88º 0.36% 0.53% -
HSV(B) 21.88º 0.48% 0.7% -
XYZ 27.54 24.67 13.67 -
YUV 136.61 103.39 157.52 -
System Red Green Blue C M Y K H S L
Decimal 178 124 93 0 0.30 0.48 0.30 21.88 0.36 0.53
Hex B2 7C 5D 0 1E 30 1E 16 24 35
Octal 262 174 135 0 36 60 36 26 44 65
Binary 10110010 1111100 1011101 0 11110 110000 11110 10110 100100 110101

Color Harmonies of #B27C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27C5D

Black with #B27C5D

Text Example


Text Example

White with #B27C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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