Html Css Color HEX #B68223 Mandalay

📋 copy color: '#B68223'

red 182 ◦ green 130 ◦ blue 35

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

Shades of Mandalay #B68223

Tints of Mandalay #B68223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.09%

R = 52.45%
G = 37.46%
B = 10.09%

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

#B68223 (or 0xB68223) is known color: Mandalay. HEX triplet: B6, 82 and 23. RGB value is (182,130,35). Sum of RGB (Red+Green+Blue) = 182+130+35=347 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.45% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 35 (14.06% from 255 or 10.09% from 347); Max value from RGB is 182 - color contains mainly: red. Hex color #B68223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68223 is #497DDC. Grayscale: #878787. Windows color (decimal): -4816349 or 2327222. OLE color: 2327222.

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

Color convert

RGB 182 130 35 -
CMYK 0 0.29 0.81 0.29
HSL 38.78º 0.68% 0.43% -
HSV(B) 38.78º 0.81% 0.71% -
XYZ 27.58 26.03 5.16 -
YUV 134.72 71.73 161.72 -
System Red Green Blue C M Y K H S L
Decimal 182 130 35 0 0.29 0.81 0.29 38.78 0.68 0.43
Hex B6 82 23 0 1D 51 1D 27 44 2B
Octal 266 202 43 0 35 121 35 47 104 53
Binary 10110110 10000010 100011 0 11101 1010001 11101 100111 1000100 101011

Color Harmonies of #B68223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68223

Black with #B68223

Text Example


Text Example

White with #B68223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68223; }

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

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

background-color css

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

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

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

border-color css

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

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

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