Html Css Color HEX #B28865 Medium Wood

📋 copy color: '#B28865'

red 178 ◦ green 136 ◦ blue 101

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

Shades of Medium Wood #B28865

Tints of Medium Wood #B28865

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.77%

 BLUE value IS 101 (39.84% from 255) = 24.34%

R = 42.89%
G = 32.77%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B28865 (or 0xB28865) is known color: Medium Wood. HEX triplet: B2, 88 and 65. RGB value is (178,136,101). Sum of RGB (Red+Green+Blue) = 178+136+101=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 178 - color contains mainly: red. Hex color #B28865 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28865 is #4D779A. Grayscale: #909090. Windows color (decimal): -5076891 or 6654130. OLE color: 6654130.

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

Color convert

RGB 178 136 101 -
CMYK 0 0.24 0.43 0.30
HSL 27.27º 0.33% 0.55% -
HSV(B) 27.27º 0.43% 0.7% -
XYZ 29.51 28.01 16.16 -
YUV 144.57 103.41 151.85 -
System Red Green Blue C M Y K H S L
Decimal 178 136 101 0 0.24 0.43 0.30 27.27 0.33 0.55
Hex B2 88 65 0 18 2B 1E 1B 21 37
Octal 262 210 145 0 30 53 36 33 41 67
Binary 10110010 10001000 1100101 0 11000 101011 11110 11011 100001 110111

Color Harmonies of #B28865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28865

Black with #B28865

Text Example


Text Example

White with #B28865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28865; }

 p { color: rgb(178,136,101); }

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

background-color css

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

 a { background-color: rgb(178,136,101); }

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

border-color css

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

 span { border-color: rgb(178,136,101); }

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