Html Css Color HEX #B68330 Mandalay

📋 copy color: '#B68330'

red 182 ◦ green 131 ◦ blue 48

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

Shades of Mandalay #B68330

Tints of Mandalay #B68330

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.29%

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

R = 50.42%
G = 36.29%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B68330 (or 0xB68330) is known color: Mandalay. HEX triplet: B6, 83 and 30. RGB value is (182,131,48). Sum of RGB (Red+Green+Blue) = 182+131+48=361 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.42% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 182 - color contains mainly: red. Hex color #B68330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68330 is #497CCF. Grayscale: #898989. Windows color (decimal): -4816080 or 3179446. OLE color: 3179446.

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

Color convert

RGB 182 131 48 -
CMYK 0 0.28 0.74 0.29
HSL 37.16º 0.58% 0.45% -
HSV(B) 37.16º 0.74% 0.71% -
XYZ 27.94 26.39 6.42 -
YUV 136.79 77.9 160.25 -
System Red Green Blue C M Y K H S L
Decimal 182 131 48 0 0.28 0.74 0.29 37.16 0.58 0.45
Hex B6 83 30 0 1C 4A 1D 25 3A 2D
Octal 266 203 60 0 34 112 35 45 72 55
Binary 10110110 10000011 110000 0 11100 1001010 11101 100101 111010 101101

Color Harmonies of #B68330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68330

Black with #B68330

Text Example


Text Example

White with #B68330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68330; }

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

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

background-color css

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

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

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

border-color css

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

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

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