Html Css Color HEX #B68227 Mandalay

📋 copy color: '#B68227'

red 182 ◦ green 130 ◦ blue 39

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

Shades of Mandalay #B68227

Tints of Mandalay #B68227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.11%

R = 51.85%
G = 37.04%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B68227 (or 0xB68227) is known color: Mandalay. HEX triplet: B6, 82 and 27. RGB value is (182,130,39). Sum of RGB (Red+Green+Blue) = 182+130+39=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 39 (15.62% from 255 or 11.11% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B68227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68227 is #497DD8. Grayscale: #878787. Windows color (decimal): -4816345 or 2589366. OLE color: 2589366.

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

Color convert

RGB 182 130 39 -
CMYK 0 0.29 0.79 0.29
HSL 38.18º 0.65% 0.43% -
HSV(B) 38.18º 0.79% 0.71% -
XYZ 27.64 26.06 5.49 -
YUV 135.17 73.73 161.4 -
System Red Green Blue C M Y K H S L
Decimal 182 130 39 0 0.29 0.79 0.29 38.18 0.65 0.43
Hex B6 82 27 0 1D 4F 1D 26 41 2B
Octal 266 202 47 0 35 117 35 46 101 53
Binary 10110110 10000010 100111 0 11101 1001111 11101 100110 1000001 101011

Color Harmonies of #B68227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68227

Black with #B68227

Text Example


Text Example

White with #B68227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68227; }

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

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

background-color css

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

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

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

border-color css

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

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

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