Html Css Color HEX #B07528 Mandalay

📋 copy color: '#B07528'

red 176 ◦ green 117 ◦ blue 40

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

Shades of Mandalay #B07528

Tints of Mandalay #B07528

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.14%

 BLUE value IS 40 (16.02% from 255) = 12.01%

R = 52.85%
G = 35.14%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B07528 (or 0xB07528) is known color: Mandalay. HEX triplet: B0, 75 and 28. RGB value is (176,117,40). Sum of RGB (Red+Green+Blue) = 176+117+40=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 40 (16.02% from 255 or 12.01% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B07528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07528 is #4F8AD7. Grayscale: #7E7E7E. Windows color (decimal): -5212888 or 2651568. OLE color: 2651568.

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

Color convert

RGB 176 117 40 -
CMYK 0 0.34 0.77 0.31
HSL 33.97º 0.63% 0.42% -
HSV(B) 33.97º 0.77% 0.69% -
XYZ 24.65 22.11 4.98 -
YUV 125.86 79.55 163.76 -
System Red Green Blue C M Y K H S L
Decimal 176 117 40 0 0.34 0.77 0.31 33.97 0.63 0.42
Hex B0 75 28 0 22 4D 1F 22 3F 2A
Octal 260 165 50 0 42 115 37 42 77 52
Binary 10110000 1110101 101000 0 100010 1001101 11111 100010 111111 101010

Color Harmonies of #B07528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07528

Black with #B07528

Text Example


Text Example

White with #B07528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07528; }

 p { color: rgb(176,117,40); }

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

background-color css

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

 a { background-color: rgb(176,117,40); }

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

border-color css

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

 span { border-color: rgb(176,117,40); }

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