Html Css Color HEX #B68122 Mandalay

📋 copy color: '#B68122'

red 182 ◦ green 129 ◦ blue 34

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

Shades of Mandalay #B68122

Tints of Mandalay #B68122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.86%

R = 52.75%
G = 37.39%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B68122 (or 0xB68122) is known color: Mandalay. HEX triplet: B6, 81 and 22. RGB value is (182,129,34). Sum of RGB (Red+Green+Blue) = 182+129+34=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 34 (13.67% from 255 or 9.86% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B68122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68122 is #497EDD. Grayscale: #868686. Windows color (decimal): -4816606 or 2261430. OLE color: 2261430.

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

Color convert

RGB 182 129 34 -
CMYK 0 0.29 0.81 0.29
HSL 38.51º 0.69% 0.42% -
HSV(B) 38.51º 0.81% 0.71% -
XYZ 27.43 25.76 5.04 -
YUV 134.02 71.56 162.22 -
System Red Green Blue C M Y K H S L
Decimal 182 129 34 0 0.29 0.81 0.29 38.51 0.69 0.42
Hex B6 81 22 0 1D 51 1D 27 45 2A
Octal 266 201 42 0 35 121 35 47 105 52
Binary 10110110 10000001 100010 0 11101 1010001 11101 100111 1000101 101010

Color Harmonies of #B68122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68122

Black with #B68122

Text Example


Text Example

White with #B68122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68122; }

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

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

background-color css

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

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

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

border-color css

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

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

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