Html Css Color HEX #B28761 Medium Wood

📋 copy color: '#B28761'

red 178 ◦ green 135 ◦ blue 97

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

Shades of Medium Wood #B28761

Tints of Medium Wood #B28761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.66%

R = 43.41%
G = 32.93%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B28761 (or 0xB28761) is known color: Medium Wood. HEX triplet: B2, 87 and 61. RGB value is (178,135,97). Sum of RGB (Red+Green+Blue) = 178+135+97=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 97 (38.28% from 255 or 23.66% from 410); Max value from RGB is 178 - color contains mainly: red. Hex color #B28761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28761 is #4D789E. Grayscale: #8F8F8F. Windows color (decimal): -5077151 or 6391730. OLE color: 6391730.

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

Color convert

RGB 178 135 97 -
CMYK 0 0.24 0.46 0.30
HSL 28.15º 0.34% 0.54% -
HSV(B) 28.15º 0.46% 0.7% -
XYZ 29.18 27.66 15.11 -
YUV 143.53 101.75 152.59 -
System Red Green Blue C M Y K H S L
Decimal 178 135 97 0 0.24 0.46 0.30 28.15 0.34 0.54
Hex B2 87 61 0 18 2E 1E 1C 22 36
Octal 262 207 141 0 30 56 36 34 42 66
Binary 10110010 10000111 1100001 0 11000 101110 11110 11100 100010 110110

Color Harmonies of #B28761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28761

Black with #B28761

Text Example


Text Example

White with #B28761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28761; }

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

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

background-color css

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

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

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

border-color css

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

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

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