Html Css Color HEX #B07527 Mandalay

📋 copy color: '#B07527'

red 176 ◦ green 117 ◦ blue 39

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

Shades of Mandalay #B07527

Tints of Mandalay #B07527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.75%

R = 53.01%
G = 35.24%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B07527 (or 0xB07527) is known color: Mandalay. HEX triplet: B0, 75 and 27. RGB value is (176,117,39). Sum of RGB (Red+Green+Blue) = 176+117+39=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 39 (15.62% from 255 or 11.75% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B07527 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07527 is #4F8AD8. Grayscale: #7E7E7E. Windows color (decimal): -5212889 or 2586032. OLE color: 2586032.

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

Color convert

RGB 176 117 39 -
CMYK 0 0.34 0.78 0.31
HSL 34.16º 0.64% 0.42% -
HSV(B) 34.16º 0.78% 0.69% -
XYZ 24.63 22.1 4.89 -
YUV 125.75 79.05 163.84 -
System Red Green Blue C M Y K H S L
Decimal 176 117 39 0 0.34 0.78 0.31 34.16 0.64 0.42
Hex B0 75 27 0 22 4E 1F 22 40 2A
Octal 260 165 47 0 42 116 37 42 100 52
Binary 10110000 1110101 100111 0 100010 1001110 11111 100010 1000000 101010

Color Harmonies of #B07527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07527

Black with #B07527

Text Example


Text Example

White with #B07527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07527; }

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

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

background-color css

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

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

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

border-color css

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

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

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