Html Css Color HEX #B7812D Mandalay

📋 copy color: '#B7812D'

red 183 ◦ green 129 ◦ blue 45

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

Shades of Mandalay #B7812D

Tints of Mandalay #B7812D

RGB

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

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

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

R = 51.26%
G = 36.13%
B = 12.61%

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

#B7812D (or 0xB7812D) is known color: Mandalay. HEX triplet: B7, 81 and 2D. RGB value is (183,129,45). Sum of RGB (Red+Green+Blue) = 183+129+45=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 45 (17.97% from 255 or 12.61% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B7812D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7812D is #487ED2. Grayscale: #878787. Windows color (decimal): -4751059 or 2982327. OLE color: 2982327.

HSL color Cylindrical-coordinate representation of color #B7812D: hue angle of 36.52º 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 #B7812D is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 129 45 -
CMYK 0 0.30 0.75 0.28
HSL 36.52º 0.61% 0.45% -
HSV(B) 36.52º 0.75% 0.72% -
XYZ 27.85 25.96 6.02 -
YUV 135.57 76.89 161.83 -
System Red Green Blue C M Y K H S L
Decimal 183 129 45 0 0.30 0.75 0.28 36.52 0.61 0.45
Hex B7 81 2D 0 1E 4B 1C 25 3D 2D
Octal 267 201 55 0 36 113 34 45 75 55
Binary 10110111 10000001 101101 0 11110 1001011 11100 100101 111101 101101

Color Harmonies of #B7812D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7812D

Black with #B7812D

Text Example


Text Example

White with #B7812D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7812D; }

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

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

background-color css

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

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

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

border-color css

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

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

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