Html Css Color HEX #B2856E Medium Wood

📋 copy color: '#B2856E'

red 178 ◦ green 133 ◦ blue 110

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

Shades of Medium Wood #B2856E

Tints of Medium Wood #B2856E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.13%

R = 42.28%
G = 31.59%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B2856E (or 0xB2856E) is known color: Medium Wood. HEX triplet: B2, 85 and 6E. RGB value is (178,133,110). Sum of RGB (Red+Green+Blue) = 178+133+110=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 178 - color contains mainly: red. Hex color #B2856E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2856E is #4D7A91. Grayscale: #8F8F8F. Windows color (decimal): -5077650 or 7243186. OLE color: 7243186.

HSL color Cylindrical-coordinate representation of color #B2856E: hue angle of 20.29º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B2856E is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 133 110 -
CMYK 0 0.25 0.38 0.30
HSL 20.29º 0.31% 0.56% -
HSV(B) 20.29º 0.38% 0.7% -
XYZ 29.56 27.37 18.48 -
YUV 143.83 108.91 152.37 -
System Red Green Blue C M Y K H S L
Decimal 178 133 110 0 0.25 0.38 0.30 20.29 0.31 0.56
Hex B2 85 6E 0 19 26 1E 14 1F 38
Octal 262 205 156 0 31 46 36 24 37 70
Binary 10110010 10000101 1101110 0 11001 100110 11110 10100 11111 111000

Color Harmonies of #B2856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2856E

Black with #B2856E

Text Example


Text Example

White with #B2856E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2856E; }

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

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

background-color css

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

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

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

border-color css

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

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

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