Html Css Color HEX #B78130 Mandalay

📋 copy color: '#B78130'

red 183 ◦ green 129 ◦ blue 48

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

Shades of Mandalay #B78130

Tints of Mandalay #B78130

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.83%

 BLUE value IS 48 (19.14% from 255) = 13.33%

R = 50.83%
G = 35.83%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B78130 (or 0xB78130) is known color: Mandalay. HEX triplet: B7, 81 and 30. RGB value is (183,129,48). Sum of RGB (Red+Green+Blue) = 183+129+48=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 48 (19.14% from 255 or 13.33% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B78130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78130 is #487ECF. Grayscale: #888888. Windows color (decimal): -4751056 or 3178935. OLE color: 3178935.

HSL color Cylindrical-coordinate representation of color #B78130: hue angle of 36º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B78130 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 129 48 -
CMYK 0 0.30 0.74 0.28
HSL 36º 0.58% 0.45% -
HSV(B) 36º 0.74% 0.72% -
XYZ 27.91 25.98 6.34 -
YUV 135.91 78.39 161.59 -
System Red Green Blue C M Y K H S L
Decimal 183 129 48 0 0.30 0.74 0.28 36 0.58 0.45
Hex B7 81 30 0 1E 4A 1C 24 3A 2D
Octal 267 201 60 0 36 112 34 44 72 55
Binary 10110111 10000001 110000 0 11110 1001010 11100 100100 111010 101101

Color Harmonies of #B78130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78130

Black with #B78130

Text Example


Text Example

White with #B78130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78130; }

 p { color: rgb(183,129,48); }

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

background-color css

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

 a { background-color: rgb(183,129,48); }

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

border-color css

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

 span { border-color: rgb(183,129,48); }

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