Html Css Color HEX #B68230 Mandalay

📋 copy color: '#B68230'

red 182 ◦ green 130 ◦ blue 48

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

Shades of Mandalay #B68230

Tints of Mandalay #B68230

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.11%

 BLUE value IS 48 (19.14% from 255) = 13.33%

R = 50.56%
G = 36.11%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B68230 (or 0xB68230) is known color: Mandalay. HEX triplet: B6, 82 and 30. RGB value is (182,130,48). Sum of RGB (Red+Green+Blue) = 182+130+48=360 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.56% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 48 (19.14% from 255 or 13.33% from 360); Max value from RGB is 182 - color contains mainly: red. Hex color #B68230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68230 is #497DCF. Grayscale: #888888. Windows color (decimal): -4816336 or 3179190. OLE color: 3179190.

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

Color convert

RGB 182 130 48 -
CMYK 0 0.29 0.74 0.29
HSL 36.72º 0.58% 0.45% -
HSV(B) 36.72º 0.74% 0.71% -
XYZ 27.81 26.12 6.37 -
YUV 136.2 78.23 160.67 -
System Red Green Blue C M Y K H S L
Decimal 182 130 48 0 0.29 0.74 0.29 36.72 0.58 0.45
Hex B6 82 30 0 1D 4A 1D 25 3A 2D
Octal 266 202 60 0 35 112 35 45 72 55
Binary 10110110 10000010 110000 0 11101 1001010 11101 100101 111010 101101

Color Harmonies of #B68230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68230

Black with #B68230

Text Example


Text Example

White with #B68230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68230; }

 p { color: rgb(182,130,48); }

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

background-color css

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

 a { background-color: rgb(182,130,48); }

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

border-color css

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

 span { border-color: rgb(182,130,48); }

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