Html Css Color HEX #B07C27 Mandalay

📋 copy color: '#B07C27'

red 176 ◦ green 124 ◦ blue 39

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

Shades of Mandalay #B07C27

Tints of Mandalay #B07C27

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.58%

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

R = 51.92%
G = 36.58%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B07C27 (or 0xB07C27) is known color: Mandalay. HEX triplet: B0, 7C and 27. RGB value is (176,124,39). Sum of RGB (Red+Green+Blue) = 176+124+39=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 39 (15.62% from 255 or 11.50% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07C27 is #4F83D8. Grayscale: #828282. Windows color (decimal): -5211097 or 2587824. OLE color: 2587824.

HSL color Cylindrical-coordinate representation of color #B07C27: hue angle of 37.23º 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 #B07C27 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 124 39 -
CMYK 0 0.30 0.78 0.31
HSL 37.23º 0.64% 0.42% -
HSV(B) 37.23º 0.78% 0.69% -
XYZ 25.48 23.79 5.17 -
YUV 129.86 76.73 160.91 -
System Red Green Blue C M Y K H S L
Decimal 176 124 39 0 0.30 0.78 0.31 37.23 0.64 0.42
Hex B0 7C 27 0 1E 4E 1F 25 40 2A
Octal 260 174 47 0 36 116 37 45 100 52
Binary 10110000 1111100 100111 0 11110 1001110 11111 100101 1000000 101010

Color Harmonies of #B07C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07C27

Black with #B07C27

Text Example


Text Example

White with #B07C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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