Html Css Color HEX #B27861 Medium Wood

📋 copy color: '#B27861'

red 178 ◦ green 120 ◦ blue 97

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

Shades of Medium Wood #B27861

Tints of Medium Wood #B27861

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.38%

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

R = 45.06%
G = 30.38%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B27861 (or 0xB27861) is known color: Medium Wood. HEX triplet: B2, 78 and 61. RGB value is (178,120,97). Sum of RGB (Red+Green+Blue) = 178+120+97=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 120 (47.27% from 255 or 30.38% from 395); Blue value is 97 (38.28% from 255 or 24.56% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B27861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27861 is #4D879E. Grayscale: #868686. Windows color (decimal): -5080991 or 6387890. OLE color: 6387890.

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

Color convert

RGB 178 120 97 -
CMYK 0 0.33 0.46 0.30
HSL 17.04º 0.34% 0.54% -
HSV(B) 17.04º 0.46% 0.7% -
XYZ 27.23 23.76 14.46 -
YUV 134.72 106.72 158.87 -
System Red Green Blue C M Y K H S L
Decimal 178 120 97 0 0.33 0.46 0.30 17.04 0.34 0.54
Hex B2 78 61 0 21 2E 1E 11 22 36
Octal 262 170 141 0 41 56 36 21 42 66
Binary 10110010 1111000 1100001 0 100001 101110 11110 10001 100010 110110

Color Harmonies of #B27861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27861

Black with #B27861

Text Example


Text Example

White with #B27861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27861; }

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

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

background-color css

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

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

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

border-color css

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

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

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