Html Css Color HEX #B28966 Medium Wood

📋 copy color: '#B28966'

red 178 ◦ green 137 ◦ blue 102

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

Shades of Medium Wood #B28966

Tints of Medium Wood #B28966

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.85%

 BLUE value IS 102 (40.23% from 255) = 24.46%

R = 42.69%
G = 32.85%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B28966 (or 0xB28966) is known color: Medium Wood. HEX triplet: B2, 89 and 66. RGB value is (178,137,102). Sum of RGB (Red+Green+Blue) = 178+137+102=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B28966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28966 is #4D7699. Grayscale: #919191. Windows color (decimal): -5076634 or 6719922. OLE color: 6719922.

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

Color convert

RGB 178 137 102 -
CMYK 0 0.23 0.43 0.30
HSL 27.63º 0.33% 0.55% -
HSV(B) 27.63º 0.43% 0.7% -
XYZ 29.7 28.32 16.47 -
YUV 145.27 103.58 151.35 -
System Red Green Blue C M Y K H S L
Decimal 178 137 102 0 0.23 0.43 0.30 27.63 0.33 0.55
Hex B2 89 66 0 17 2B 1E 1C 21 37
Octal 262 211 146 0 27 53 36 34 41 67
Binary 10110010 10001001 1100110 0 10111 101011 11110 11100 100001 110111

Color Harmonies of #B28966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28966

Black with #B28966

Text Example


Text Example

White with #B28966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28966; }

 p { color: rgb(178,137,102); }

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

background-color css

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

 a { background-color: rgb(178,137,102); }

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

border-color css

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

 span { border-color: rgb(178,137,102); }

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