Html Css Color HEX #B27A64 Medium Wood

📋 copy color: '#B27A64'

red 178 ◦ green 122 ◦ blue 100

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

Shades of Medium Wood #B27A64

Tints of Medium Wood #B27A64

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.5%

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

R = 44.5%
G = 30.5%
B = 25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B27A64 (or 0xB27A64) is known color: Medium Wood. HEX triplet: B2, 7A and 64. RGB value is (178,122,100). Sum of RGB (Red+Green+Blue) = 178+122+100=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 100 (39.45% from 255 or 25% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27A64 is #4D859B. Grayscale: #888888. Windows color (decimal): -5080476 or 6585010. OLE color: 6585010.

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

Color convert

RGB 178 122 100 -
CMYK 0 0.31 0.44 0.30
HSL 16.92º 0.34% 0.55% -
HSV(B) 16.92º 0.44% 0.7% -
XYZ 27.62 24.3 15.29 -
YUV 136.24 107.55 157.79 -
System Red Green Blue C M Y K H S L
Decimal 178 122 100 0 0.31 0.44 0.30 16.92 0.34 0.55
Hex B2 7A 64 0 1F 2C 1E 11 22 37
Octal 262 172 144 0 37 54 36 21 42 67
Binary 10110010 1111010 1100100 0 11111 101100 11110 10001 100010 110111

Color Harmonies of #B27A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27A64

Black with #B27A64

Text Example


Text Example

White with #B27A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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