Html Css Color HEX #B2825E Medium Wood

📋 copy color: '#B2825E'

red 178 ◦ green 130 ◦ blue 94

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

Shades of Medium Wood #B2825E

Tints of Medium Wood #B2825E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.34%

 BLUE value IS 94 (37.11% from 255) = 23.38%

R = 44.28%
G = 32.34%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2825E (or 0xB2825E) is known color: Medium Wood. HEX triplet: B2, 82 and 5E. RGB value is (178,130,94). Sum of RGB (Red+Green+Blue) = 178+130+94=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B2825E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2825E is #4D7DA1. Grayscale: #8C8C8C. Windows color (decimal): -5078434 or 6193842. OLE color: 6193842.

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

Color convert

RGB 178 130 94 -
CMYK 0 0.27 0.47 0.30
HSL 25.71º 0.35% 0.53% -
HSV(B) 25.71º 0.47% 0.7% -
XYZ 28.36 26.24 14.16 -
YUV 140.25 101.9 154.93 -
System Red Green Blue C M Y K H S L
Decimal 178 130 94 0 0.27 0.47 0.30 25.71 0.35 0.53
Hex B2 82 5E 0 1B 2F 1E 1A 23 35
Octal 262 202 136 0 33 57 36 32 43 65
Binary 10110010 10000010 1011110 0 11011 101111 11110 11010 100011 110101

Color Harmonies of #B2825E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2825E

Black with #B2825E

Text Example


Text Example

White with #B2825E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2825E; }

 p { color: rgb(178,130,94); }

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

background-color css

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

 a { background-color: rgb(178,130,94); }

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

border-color css

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

 span { border-color: rgb(178,130,94); }

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