Html Css Color HEX #B2876C Medium Wood

📋 copy color: '#B2876C'

red 178 ◦ green 135 ◦ blue 108

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

Shades of Medium Wood #B2876C

Tints of Medium Wood #B2876C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.07%

 BLUE value IS 108 (42.58% from 255) = 25.65%

R = 42.28%
G = 32.07%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B2876C (or 0xB2876C) is known color: Medium Wood. HEX triplet: B2, 87 and 6C. RGB value is (178,135,108). Sum of RGB (Red+Green+Blue) = 178+135+108=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 108 (42.58% from 255 or 25.65% from 421); Max value from RGB is 178 - color contains mainly: red. Hex color #B2876C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2876C is #4D7893. Grayscale: #909090. Windows color (decimal): -5077140 or 7112626. OLE color: 7112626.

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

Color convert

RGB 178 135 108 -
CMYK 0 0.24 0.39 0.30
HSL 23.14º 0.31% 0.56% -
HSV(B) 23.14º 0.39% 0.7% -
XYZ 29.73 27.88 18 -
YUV 144.78 107.25 151.7 -
System Red Green Blue C M Y K H S L
Decimal 178 135 108 0 0.24 0.39 0.30 23.14 0.31 0.56
Hex B2 87 6C 0 18 27 1E 17 1F 38
Octal 262 207 154 0 30 47 36 27 37 70
Binary 10110010 10000111 1101100 0 11000 100111 11110 10111 11111 111000

Color Harmonies of #B2876C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2876C

Black with #B2876C

Text Example


Text Example

White with #B2876C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2876C; }

 p { color: rgb(178,135,108); }

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

background-color css

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

 a { background-color: rgb(178,135,108); }

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

border-color css

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

 span { border-color: rgb(178,135,108); }

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