Html Css Color HEX #B27D61 Medium Wood

📋 copy color: '#B27D61'

red 178 ◦ green 125 ◦ blue 97

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

Shades of Medium Wood #B27D61

Tints of Medium Wood #B27D61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.25%

R = 44.5%
G = 31.25%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B27D61 (or 0xB27D61) is known color: Medium Wood. HEX triplet: B2, 7D and 61. RGB value is (178,125,97). Sum of RGB (Red+Green+Blue) = 178+125+97=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 97 (38.28% from 255 or 24.25% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27D61 is #4D829E. Grayscale: #898989. Windows color (decimal): -5079711 or 6389170. OLE color: 6389170.

HSL color Cylindrical-coordinate representation of color #B27D61: hue angle of 20.74º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B27D61 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 125 97 -
CMYK 0 0.30 0.46 0.30
HSL 20.74º 0.34% 0.54% -
HSV(B) 20.74º 0.46% 0.7% -
XYZ 27.85 25 14.67 -
YUV 137.66 105.06 156.78 -
System Red Green Blue C M Y K H S L
Decimal 178 125 97 0 0.30 0.46 0.30 20.74 0.34 0.54
Hex B2 7D 61 0 1E 2E 1E 15 22 36
Octal 262 175 141 0 36 56 36 25 42 66
Binary 10110010 1111101 1100001 0 11110 101110 11110 10101 100010 110110

Color Harmonies of #B27D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27D61

Black with #B27D61

Text Example


Text Example

White with #B27D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27D61; }

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

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

background-color css

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

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

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

border-color css

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

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

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