Html Css Color HEX #B07A20 Mandalay

📋 copy color: '#B07A20'

red 176 ◦ green 122 ◦ blue 32

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

Shades of Mandalay #B07A20

Tints of Mandalay #B07A20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.7%

R = 53.33%
G = 36.97%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B07A20 (or 0xB07A20) is known color: Mandalay. HEX triplet: B0, 7A and 20. RGB value is (176,122,32). Sum of RGB (Red+Green+Blue) = 176+122+32=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07A20 is #4F85DF. Grayscale: #808080. Windows color (decimal): -5211616 or 2128560. OLE color: 2128560.

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

Color convert

RGB 176 122 32 -
CMYK 0 0.31 0.82 0.31
HSL 37.5º 0.69% 0.41% -
HSV(B) 37.5º 0.82% 0.69% -
XYZ 25.12 23.25 4.53 -
YUV 127.89 73.89 162.32 -
System Red Green Blue C M Y K H S L
Decimal 176 122 32 0 0.31 0.82 0.31 37.5 0.69 0.41
Hex B0 7A 20 0 1F 52 1F 26 45 29
Octal 260 172 40 0 37 122 37 46 105 51
Binary 10110000 1111010 100000 0 11111 1010010 11111 100110 1000101 101001

Color Harmonies of #B07A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07A20

Black with #B07A20

Text Example


Text Example

White with #B07A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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