Html Css Color HEX #B28568 Medium Wood

📋 copy color: '#B28568'

red 178 ◦ green 133 ◦ blue 104

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

Shades of Medium Wood #B28568

Tints of Medium Wood #B28568

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.05%

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

R = 42.89%
G = 32.05%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B28568 (or 0xB28568) is known color: Medium Wood. HEX triplet: B2, 85 and 68. RGB value is (178,133,104). Sum of RGB (Red+Green+Blue) = 178+133+104=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 178 - color contains mainly: red. Hex color #B28568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28568 is #4D7A97. Grayscale: #8F8F8F. Windows color (decimal): -5077656 or 6849970. OLE color: 6849970.

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

Color convert

RGB 178 133 104 -
CMYK 0 0.25 0.42 0.30
HSL 23.51º 0.32% 0.55% -
HSV(B) 23.51º 0.42% 0.7% -
XYZ 29.25 27.24 16.81 -
YUV 143.15 105.91 152.86 -
System Red Green Blue C M Y K H S L
Decimal 178 133 104 0 0.25 0.42 0.30 23.51 0.32 0.55
Hex B2 85 68 0 19 2A 1E 18 20 37
Octal 262 205 150 0 31 52 36 30 40 67
Binary 10110010 10000101 1101000 0 11001 101010 11110 11000 100000 110111

Color Harmonies of #B28568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28568

Black with #B28568

Text Example


Text Example

White with #B28568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28568; }

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

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

background-color css

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

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

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

border-color css

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

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

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