Html Css Color HEX #B07827 Mandalay

📋 copy color: '#B07827'

red 176 ◦ green 120 ◦ blue 39

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

Shades of Mandalay #B07827

Tints of Mandalay #B07827

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.82%

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

R = 52.54%
G = 35.82%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B07827 (or 0xB07827) is known color: Mandalay. HEX triplet: B0, 78 and 27. RGB value is (176,120,39). Sum of RGB (Red+Green+Blue) = 176+120+39=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 39 (15.62% from 255 or 11.64% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B07827 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07827 is #4F87D8. Grayscale: #7F7F7F. Windows color (decimal): -5212121 or 2586800. OLE color: 2586800.

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

Color convert

RGB 176 120 39 -
CMYK 0 0.32 0.78 0.31
HSL 35.47º 0.64% 0.42% -
HSV(B) 35.47º 0.78% 0.69% -
XYZ 24.99 22.81 5.01 -
YUV 127.51 78.05 162.59 -
System Red Green Blue C M Y K H S L
Decimal 176 120 39 0 0.32 0.78 0.31 35.47 0.64 0.42
Hex B0 78 27 0 20 4E 1F 23 40 2A
Octal 260 170 47 0 40 116 37 43 100 52
Binary 10110000 1111000 100111 0 100000 1001110 11111 100011 1000000 101010

Color Harmonies of #B07827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07827

Black with #B07827

Text Example


Text Example

White with #B07827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07827; }

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

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

background-color css

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

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

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

border-color css

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

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

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