Html Css Color HEX #B07A5A Medium Wood

📋 copy color: '#B07A5A'

red 176 ◦ green 122 ◦ blue 90

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

Shades of Medium Wood #B07A5A

Tints of Medium Wood #B07A5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.2%

R = 45.36%
G = 31.44%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B07A5A (or 0xB07A5A) is known color: Medium Wood. HEX triplet: B0, 7A and 5A. RGB value is (176,122,90). Sum of RGB (Red+Green+Blue) = 176+122+90=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07A5A is #4F85A5. Grayscale: #868686. Windows color (decimal): -5211558 or 5929648. OLE color: 5929648.

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

Color convert

RGB 176 122 90 -
CMYK 0 0.31 0.49 0.31
HSL 22.33º 0.35% 0.52% -
HSV(B) 22.33º 0.49% 0.69% -
XYZ 26.71 23.89 12.88 -
YUV 134.5 102.89 157.6 -
System Red Green Blue C M Y K H S L
Decimal 176 122 90 0 0.31 0.49 0.31 22.33 0.35 0.52
Hex B0 7A 5A 0 1F 31 1F 16 23 34
Octal 260 172 132 0 37 61 37 26 43 64
Binary 10110000 1111010 1011010 0 11111 110001 11111 10110 100011 110100

Color Harmonies of #B07A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07A5A

Black with #B07A5A

Text Example


Text Example

White with #B07A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07A5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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