Html Css Color HEX #B07A58 Medium Wood

📋 copy color: '#B07A58'

red 176 ◦ green 122 ◦ blue 88

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

Shades of Medium Wood #B07A58

Tints of Medium Wood #B07A58

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.61%

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

R = 45.6%
G = 31.61%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B07A58 (or 0xB07A58) is known color: Medium Wood. HEX triplet: B0, 7A and 58. RGB value is (176,122,88). Sum of RGB (Red+Green+Blue) = 176+122+88=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07A58 is #4F85A7. Grayscale: #868686. Windows color (decimal): -5211560 or 5798576. OLE color: 5798576.

HSL color Cylindrical-coordinate representation of color #B07A58: hue angle of 23.18º 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 #B07A58 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 122 88 -
CMYK 0 0.31 0.50 0.31
HSL 23.18º 0.36% 0.52% -
HSV(B) 23.18º 0.5% 0.69% -
XYZ 26.63 23.85 12.43 -
YUV 134.27 101.89 157.76 -
System Red Green Blue C M Y K H S L
Decimal 176 122 88 0 0.31 0.50 0.31 23.18 0.36 0.52
Hex B0 7A 58 0 1F 32 1F 17 24 34
Octal 260 172 130 0 37 62 37 27 44 64
Binary 10110000 1111010 1011000 0 11111 110010 11111 10111 100100 110100

Color Harmonies of #B07A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07A58

Black with #B07A58

Text Example


Text Example

White with #B07A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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