Html Css Color HEX #B68422 Mandalay

📋 copy color: '#B68422'

red 182 ◦ green 132 ◦ blue 34

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

Shades of Mandalay #B68422

Tints of Mandalay #B68422

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.93%

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

R = 52.3%
G = 37.93%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B68422 (or 0xB68422) is known color: Mandalay. HEX triplet: B6, 84 and 22. RGB value is (182,132,34). Sum of RGB (Red+Green+Blue) = 182+132+34=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 34 (13.67% from 255 or 9.77% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B68422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68422 is #497BDD. Grayscale: #888888. Windows color (decimal): -4815838 or 2262198. OLE color: 2262198.

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

Color convert

RGB 182 132 34 -
CMYK 0 0.27 0.81 0.29
HSL 39.73º 0.69% 0.42% -
HSV(B) 39.73º 0.81% 0.71% -
XYZ 27.83 26.56 5.17 -
YUV 135.78 70.57 160.97 -
System Red Green Blue C M Y K H S L
Decimal 182 132 34 0 0.27 0.81 0.29 39.73 0.69 0.42
Hex B6 84 22 0 1B 51 1D 28 45 2A
Octal 266 204 42 0 33 121 35 50 105 52
Binary 10110110 10000100 100010 0 11011 1010001 11101 101000 1000101 101010

Color Harmonies of #B68422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68422

Black with #B68422

Text Example


Text Example

White with #B68422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68422; }

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

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

background-color css

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

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

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

border-color css

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

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

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