Html Css Color HEX #B7802D Mandalay

📋 copy color: '#B7802D'

red 183 ◦ green 128 ◦ blue 45

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

Shades of Mandalay #B7802D

Tints of Mandalay #B7802D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.64%

R = 51.4%
G = 35.96%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B7802D (or 0xB7802D) is known color: Mandalay. HEX triplet: B7, 80 and 2D. RGB value is (183,128,45). Sum of RGB (Red+Green+Blue) = 183+128+45=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 45 (17.97% from 255 or 12.64% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B7802D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7802D is #487FD2. Grayscale: #878787. Windows color (decimal): -4751315 or 2982071. OLE color: 2982071.

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

Color convert

RGB 183 128 45 -
CMYK 0 0.30 0.75 0.28
HSL 36.09º 0.61% 0.45% -
HSV(B) 36.09º 0.75% 0.72% -
XYZ 27.72 25.7 5.98 -
YUV 134.98 77.22 162.25 -
System Red Green Blue C M Y K H S L
Decimal 183 128 45 0 0.30 0.75 0.28 36.09 0.61 0.45
Hex B7 80 2D 0 1E 4B 1C 24 3D 2D
Octal 267 200 55 0 36 113 34 44 75 55
Binary 10110111 10000000 101101 0 11110 1001011 11100 100100 111101 101101

Color Harmonies of #B7802D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7802D

Black with #B7802D

Text Example


Text Example

White with #B7802D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7802D; }

 p { color: rgb(183,128,45); }

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

background-color css

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

 a { background-color: rgb(183,128,45); }

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

border-color css

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

 span { border-color: rgb(183,128,45); }

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