Html Css Color HEX #B78428 Mandalay

📋 copy color: '#B78428'

red 183 ◦ green 132 ◦ blue 40

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

Shades of Mandalay #B78428

Tints of Mandalay #B78428

RGB

 RED value IS 183 (71.88% from 255) = 51.55%

 GREEN value IS 132 (51.95% from 255) = 37.18%

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

R = 51.55%
G = 37.18%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B78428 (or 0xB78428) is known color: Mandalay. HEX triplet: B7, 84 and 28. RGB value is (183,132,40). Sum of RGB (Red+Green+Blue) = 183+132+40=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 40 (16.02% from 255 or 11.27% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B78428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78428 is #487BD7. Grayscale: #898989. Windows color (decimal): -4750296 or 2655415. OLE color: 2655415.

HSL color Cylindrical-coordinate representation of color #B78428: hue angle of 38.6º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B78428 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 132 40 -
CMYK 0 0.28 0.78 0.28
HSL 38.6º 0.64% 0.44% -
HSV(B) 38.6º 0.78% 0.72% -
XYZ 28.16 26.72 5.68 -
YUV 136.76 73.4 160.98 -
System Red Green Blue C M Y K H S L
Decimal 183 132 40 0 0.28 0.78 0.28 38.6 0.64 0.44
Hex B7 84 28 0 1C 4E 1C 27 40 2C
Octal 267 204 50 0 34 116 34 47 100 54
Binary 10110111 10000100 101000 0 11100 1001110 11100 100111 1000000 101100

Color Harmonies of #B78428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78428

Black with #B78428

Text Example


Text Example

White with #B78428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78428; }

 p { color: rgb(183,132,40); }

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

background-color css

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

 a { background-color: rgb(183,132,40); }

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

border-color css

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

 span { border-color: rgb(183,132,40); }

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