Html Css Color HEX #B0802C Mandalay

📋 copy color: '#B0802C'

red 176 ◦ green 128 ◦ blue 44

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

Shades of Mandalay #B0802C

Tints of Mandalay #B0802C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.78%

 BLUE value IS 44 (17.58% from 255) = 12.64%

R = 50.57%
G = 36.78%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B0802C (or 0xB0802C) is known color: Mandalay. HEX triplet: B0, 80 and 2C. RGB value is (176,128,44). Sum of RGB (Red+Green+Blue) = 176+128+44=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 44 (17.58% from 255 or 12.64% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B0802C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0802C is #4F7FD3. Grayscale: #858585. Windows color (decimal): -5210068 or 2916528. OLE color: 2916528.

HSL color Cylindrical-coordinate representation of color #B0802C: hue angle of 38.18º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B0802C is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 128 44 -
CMYK 0 0.27 0.75 0.31
HSL 38.18º 0.6% 0.43% -
HSV(B) 38.18º 0.75% 0.69% -
XYZ 26.08 24.85 5.8 -
YUV 132.78 77.9 158.83 -
System Red Green Blue C M Y K H S L
Decimal 176 128 44 0 0.27 0.75 0.31 38.18 0.6 0.43
Hex B0 80 2C 0 1B 4B 1F 26 3C 2B
Octal 260 200 54 0 33 113 37 46 74 53
Binary 10110000 10000000 101100 0 11011 1001011 11111 100110 111100 101011

Color Harmonies of #B0802C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0802C

Black with #B0802C

Text Example


Text Example

White with #B0802C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0802C; }

 p { color: rgb(176,128,44); }

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

background-color css

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

 a { background-color: rgb(176,128,44); }

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

border-color css

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

 span { border-color: rgb(176,128,44); }

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