Html Css Color HEX #B27D64 Medium Wood

📋 copy color: '#B27D64'

red 178 ◦ green 125 ◦ blue 100

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

Shades of Medium Wood #B27D64

Tints of Medium Wood #B27D64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.81%

R = 44.17%
G = 31.02%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B27D64 (or 0xB27D64) is known color: Medium Wood. HEX triplet: B2, 7D and 64. RGB value is (178,125,100). Sum of RGB (Red+Green+Blue) = 178+125+100=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27D64 is #4D829B. Grayscale: #8A8A8A. Windows color (decimal): -5079708 or 6585778. OLE color: 6585778.

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

Color convert

RGB 178 125 100 -
CMYK 0 0.30 0.44 0.30
HSL 19.23º 0.34% 0.55% -
HSV(B) 19.23º 0.44% 0.7% -
XYZ 27.99 25.05 15.42 -
YUV 138 106.56 156.53 -
System Red Green Blue C M Y K H S L
Decimal 178 125 100 0 0.30 0.44 0.30 19.23 0.34 0.55
Hex B2 7D 64 0 1E 2C 1E 13 22 37
Octal 262 175 144 0 36 54 36 23 42 67
Binary 10110010 1111101 1100100 0 11110 101100 11110 10011 100010 110111

Color Harmonies of #B27D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27D64

Black with #B27D64

Text Example


Text Example

White with #B27D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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