Html Css Color HEX #B68127 Mandalay

📋 copy color: '#B68127'

red 182 ◦ green 129 ◦ blue 39

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

Shades of Mandalay #B68127

Tints of Mandalay #B68127

RGB

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

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

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

R = 52%
G = 36.86%
B = 11.14%

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

#B68127 (or 0xB68127) is known color: Mandalay. HEX triplet: B6, 81 and 27. RGB value is (182,129,39). Sum of RGB (Red+Green+Blue) = 182+129+39=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 39 (15.62% from 255 or 11.14% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B68127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68127 is #497ED8. Grayscale: #878787. Windows color (decimal): -4816601 or 2589110. OLE color: 2589110.

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

Color convert

RGB 182 129 39 -
CMYK 0 0.29 0.79 0.29
HSL 37.76º 0.65% 0.43% -
HSV(B) 37.76º 0.79% 0.71% -
XYZ 27.51 25.79 5.45 -
YUV 134.59 74.06 161.82 -
System Red Green Blue C M Y K H S L
Decimal 182 129 39 0 0.29 0.79 0.29 37.76 0.65 0.43
Hex B6 81 27 0 1D 4F 1D 26 41 2B
Octal 266 201 47 0 35 117 35 46 101 53
Binary 10110110 10000001 100111 0 11101 1001111 11101 100110 1000001 101011

Color Harmonies of #B68127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68127

Black with #B68127

Text Example


Text Example

White with #B68127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68127; }

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

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

background-color css

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

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

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

border-color css

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

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

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