Html Css Color HEX #B0802F Mandalay

📋 copy color: '#B0802F'

red 176 ◦ green 128 ◦ blue 47

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

Shades of Mandalay #B0802F

Tints of Mandalay #B0802F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.39%

R = 50.14%
G = 36.47%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B0802F (or 0xB0802F) is known color: Mandalay. HEX triplet: B0, 80 and 2F. RGB value is (176,128,47). Sum of RGB (Red+Green+Blue) = 176+128+47=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 47 (18.75% from 255 or 13.39% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B0802F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0802F is #4F7FD0. Grayscale: #858585. Windows color (decimal): -5210065 or 3113136. OLE color: 3113136.

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

Color convert

RGB 176 128 47 -
CMYK 0 0.27 0.73 0.31
HSL 37.67º 0.58% 0.44% -
HSV(B) 37.67º 0.73% 0.69% -
XYZ 26.14 24.87 6.11 -
YUV 133.12 79.4 158.59 -
System Red Green Blue C M Y K H S L
Decimal 176 128 47 0 0.27 0.73 0.31 37.67 0.58 0.44
Hex B0 80 2F 0 1B 49 1F 26 3A 2C
Octal 260 200 57 0 33 111 37 46 72 54
Binary 10110000 10000000 101111 0 11011 1001001 11111 100110 111010 101100

Color Harmonies of #B0802F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0802F

Black with #B0802F

Text Example


Text Example

White with #B0802F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0802F; }

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

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

background-color css

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

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

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

border-color css

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

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

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