Html Css Color HEX #B07858 Medium Wood

📋 copy color: '#B07858'

red 176 ◦ green 120 ◦ blue 88

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

Shades of Medium Wood #B07858

Tints of Medium Wood #B07858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.92%

R = 45.83%
G = 31.25%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B07858 (or 0xB07858) is known color: Medium Wood. HEX triplet: B0, 78 and 58. RGB value is (176,120,88). Sum of RGB (Red+Green+Blue) = 176+120+88=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 88 (34.77% from 255 or 22.92% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B07858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07858 is #4F87A7. Grayscale: #858585. Windows color (decimal): -5212072 or 5798064. OLE color: 5798064.

HSL color Cylindrical-coordinate representation of color #B07858: hue angle of 21.82º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B07858 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 120 88 -
CMYK 0 0.32 0.50 0.31
HSL 21.82º 0.36% 0.52% -
HSV(B) 21.82º 0.5% 0.69% -
XYZ 26.38 23.37 12.35 -
YUV 133.1 102.55 158.6 -
System Red Green Blue C M Y K H S L
Decimal 176 120 88 0 0.32 0.50 0.31 21.82 0.36 0.52
Hex B0 78 58 0 20 32 1F 16 24 34
Octal 260 170 130 0 40 62 37 26 44 64
Binary 10110000 1111000 1011000 0 100000 110010 11111 10110 100100 110100

Color Harmonies of #B07858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07858

Black with #B07858

Text Example


Text Example

White with #B07858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07858; }

 p { color: rgb(176,120,88); }

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

background-color css

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

 a { background-color: rgb(176,120,88); }

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

border-color css

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

 span { border-color: rgb(176,120,88); }

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