Html Css Color HEX #B6792D Mandalay

📋 copy color: '#B6792D'

red 182 ◦ green 121 ◦ blue 45

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

Shades of Mandalay #B6792D

Tints of Mandalay #B6792D

RGB

 RED value IS 182 (71.48% from 255) = 52.3%

 GREEN value IS 121 (47.66% from 255) = 34.77%

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

R = 52.3%
G = 34.77%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B6792D (or 0xB6792D) is known color: Mandalay. HEX triplet: B6, 79 and 2D. RGB value is (182,121,45). Sum of RGB (Red+Green+Blue) = 182+121+45=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B6792D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6792D is #4986D2. Grayscale: #828282. Windows color (decimal): -4818643 or 2980278. OLE color: 2980278.

HSL color Cylindrical-coordinate representation of color #B6792D: hue angle of 33.28º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B6792D is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 121 45 -
CMYK 0 0.34 0.75 0.29
HSL 33.28º 0.6% 0.45% -
HSV(B) 33.28º 0.75% 0.71% -
XYZ 26.6 23.81 5.68 -
YUV 130.58 79.71 164.68 -
System Red Green Blue C M Y K H S L
Decimal 182 121 45 0 0.34 0.75 0.29 33.28 0.6 0.45
Hex B6 79 2D 0 22 4B 1D 21 3C 2D
Octal 266 171 55 0 42 113 35 41 74 55
Binary 10110110 1111001 101101 0 100010 1001011 11101 100001 111100 101101

Color Harmonies of #B6792D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6792D

Black with #B6792D

Text Example


Text Example

White with #B6792D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6792D; }

 p { color: rgb(182,121,45); }

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

background-color css

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

 a { background-color: rgb(182,121,45); }

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

border-color css

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

 span { border-color: rgb(182,121,45); }

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