Html Css Color HEX #B07A54 Medium Wood

📋 copy color: '#B07A54'

red 176 ◦ green 122 ◦ blue 84

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

Shades of Medium Wood #B07A54

Tints of Medium Wood #B07A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.99%

R = 46.07%
G = 31.94%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B07A54 (or 0xB07A54) is known color: Medium Wood. HEX triplet: B0, 7A and 54. RGB value is (176,122,84). Sum of RGB (Red+Green+Blue) = 176+122+84=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 84 (33.20% from 255 or 21.99% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07A54 is #4F85AB. Grayscale: #868686. Windows color (decimal): -5211564 or 5536432. OLE color: 5536432.

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

Color convert

RGB 176 122 84 -
CMYK 0 0.31 0.52 0.31
HSL 24.78º 0.37% 0.51% -
HSV(B) 24.78º 0.52% 0.69% -
XYZ 26.46 23.79 11.58 -
YUV 133.81 99.89 158.09 -
System Red Green Blue C M Y K H S L
Decimal 176 122 84 0 0.31 0.52 0.31 24.78 0.37 0.51
Hex B0 7A 54 0 1F 34 1F 19 25 33
Octal 260 172 124 0 37 64 37 31 45 63
Binary 10110000 1111010 1010100 0 11111 110100 11111 11001 100101 110011

Color Harmonies of #B07A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07A54

Black with #B07A54

Text Example


Text Example

White with #B07A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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