Html Css Color HEX #B28168 Medium Wood

📋 copy color: '#B28168'

red 178 ◦ green 129 ◦ blue 104

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

Shades of Medium Wood #B28168

Tints of Medium Wood #B28168

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.39%

 BLUE value IS 104 (41.02% from 255) = 25.3%

R = 43.31%
G = 31.39%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B28168 (or 0xB28168) is known color: Medium Wood. HEX triplet: B2, 81 and 68. RGB value is (178,129,104). Sum of RGB (Red+Green+Blue) = 178+129+104=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 178 - color contains mainly: red. Hex color #B28168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28168 is #4D7E97. Grayscale: #8C8C8C. Windows color (decimal): -5078680 or 6848946. OLE color: 6848946.

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

Color convert

RGB 178 129 104 -
CMYK 0 0.28 0.42 0.30
HSL 20.27º 0.32% 0.55% -
HSV(B) 20.27º 0.42% 0.7% -
XYZ 28.71 26.16 16.63 -
YUV 140.8 107.23 154.53 -
System Red Green Blue C M Y K H S L
Decimal 178 129 104 0 0.28 0.42 0.30 20.27 0.32 0.55
Hex B2 81 68 0 1C 2A 1E 14 20 37
Octal 262 201 150 0 34 52 36 24 40 67
Binary 10110010 10000001 1101000 0 11100 101010 11110 10100 100000 110111

Color Harmonies of #B28168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28168

Black with #B28168

Text Example


Text Example

White with #B28168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28168; }

 p { color: rgb(178,129,104); }

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

background-color css

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

 a { background-color: rgb(178,129,104); }

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

border-color css

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

 span { border-color: rgb(178,129,104); }

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