Html Css Color HEX #B28430 Mandalay

📋 copy color: '#B28430'

red 178 ◦ green 132 ◦ blue 48

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

Shades of Mandalay #B28430

Tints of Mandalay #B28430

RGB

 RED value IS 178 (69.92% from 255) = 49.72%

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

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

R = 49.72%
G = 36.87%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B28430 (or 0xB28430) is known color: Mandalay. HEX triplet: B2, 84 and 30. RGB value is (178,132,48). Sum of RGB (Red+Green+Blue) = 178+132+48=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B28430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28430 is #4D7BCF. Grayscale: #888888. Windows color (decimal): -5077968 or 3179698. OLE color: 3179698.

HSL color Cylindrical-coordinate representation of color #B28430: hue angle of 38.77º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B28430 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 132 48 -
CMYK 0 0.26 0.73 0.30
HSL 38.77º 0.58% 0.44% -
HSV(B) 38.77º 0.73% 0.7% -
XYZ 27.14 26.18 6.42 -
YUV 136.18 78.24 157.83 -
System Red Green Blue C M Y K H S L
Decimal 178 132 48 0 0.26 0.73 0.30 38.77 0.58 0.44
Hex B2 84 30 0 1A 49 1E 27 3A 2C
Octal 262 204 60 0 32 111 36 47 72 54
Binary 10110010 10000100 110000 0 11010 1001001 11110 100111 111010 101100

Color Harmonies of #B28430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28430

Black with #B28430

Text Example


Text Example

White with #B28430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28430; }

 p { color: rgb(178,132,48); }

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

background-color css

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

 a { background-color: rgb(178,132,48); }

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

border-color css

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

 span { border-color: rgb(178,132,48); }

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