Html Css Color HEX #B0825F Medium Wood

📋 copy color: '#B0825F'

red 176 ◦ green 130 ◦ blue 95

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

Shades of Medium Wood #B0825F

Tints of Medium Wood #B0825F

RGB

 RED value IS 176 (69.14% from 255) = 43.89%

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

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

R = 43.89%
G = 32.42%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B0825F (or 0xB0825F) is known color: Medium Wood. HEX triplet: B0, 82 and 5F. RGB value is (176,130,95). Sum of RGB (Red+Green+Blue) = 176+130+95=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B0825F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0825F is #4F7DA0. Grayscale: #8B8B8B. Windows color (decimal): -5209505 or 6259376. OLE color: 6259376.

HSL color Cylindrical-coordinate representation of color #B0825F: hue angle of 25.93º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B0825F is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 130 95 -
CMYK 0 0.26 0.46 0.31
HSL 25.93º 0.34% 0.53% -
HSV(B) 25.93º 0.46% 0.69% -
XYZ 27.95 26.02 14.38 -
YUV 139.76 102.74 153.85 -
System Red Green Blue C M Y K H S L
Decimal 176 130 95 0 0.26 0.46 0.31 25.93 0.34 0.53
Hex B0 82 5F 0 1A 2E 1F 1A 22 35
Octal 260 202 137 0 32 56 37 32 42 65
Binary 10110000 10000010 1011111 0 11010 101110 11111 11010 100010 110101

Color Harmonies of #B0825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0825F

Black with #B0825F

Text Example


Text Example

White with #B0825F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0825F; }

 p { color: rgb(176,130,95); }

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

background-color css

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

 a { background-color: rgb(176,130,95); }

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

border-color css

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

 span { border-color: rgb(176,130,95); }

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