Html Css Color HEX #B2785F Medium Wood

📋 copy color: '#B2785F'

red 178 ◦ green 120 ◦ blue 95

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

Shades of Medium Wood #B2785F

Tints of Medium Wood #B2785F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.53%

 BLUE value IS 95 (37.5% from 255) = 24.17%

R = 45.29%
G = 30.53%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2785F (or 0xB2785F) is known color: Medium Wood. HEX triplet: B2, 78 and 5F. RGB value is (178,120,95). Sum of RGB (Red+Green+Blue) = 178+120+95=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 95 (37.5% from 255 or 24.17% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B2785F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2785F is #4D87A0. Grayscale: #868686. Windows color (decimal): -5080993 or 6256818. OLE color: 6256818.

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

Color convert

RGB 178 120 95 -
CMYK 0 0.33 0.47 0.30
HSL 18.07º 0.35% 0.54% -
HSV(B) 18.07º 0.47% 0.7% -
XYZ 27.14 23.72 13.98 -
YUV 134.49 105.72 159.03 -
System Red Green Blue C M Y K H S L
Decimal 178 120 95 0 0.33 0.47 0.30 18.07 0.35 0.54
Hex B2 78 5F 0 21 2F 1E 12 23 36
Octal 262 170 137 0 41 57 36 22 43 66
Binary 10110010 1111000 1011111 0 100001 101111 11110 10010 100011 110110

Color Harmonies of #B2785F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2785F

Black with #B2785F

Text Example


Text Example

White with #B2785F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2785F; }

 p { color: rgb(178,120,95); }

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

background-color css

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

 a { background-color: rgb(178,120,95); }

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

border-color css

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

 span { border-color: rgb(178,120,95); }

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