Html Css Color HEX #B68038 Mandalay

📋 copy color: '#B68038'

red 182 ◦ green 128 ◦ blue 56

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

Shades of Mandalay #B68038

Tints of Mandalay #B68038

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.97%

 BLUE value IS 56 (22.27% from 255) = 15.3%

R = 49.73%
G = 34.97%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B68038 (or 0xB68038) is known color: Mandalay. HEX triplet: B6, 80 and 38. RGB value is (182,128,56). Sum of RGB (Red+Green+Blue) = 182+128+56=366 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.73% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 56 (22.27% from 255 or 15.30% from 366); Max value from RGB is 182 - color contains mainly: red. Hex color #B68038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68038 is #497FC7. Grayscale: #888888. Windows color (decimal): -4816840 or 3702966. OLE color: 3702966.

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

Color convert

RGB 182 128 56 -
CMYK 0 0.30 0.69 0.29
HSL 34.29º 0.53% 0.47% -
HSV(B) 34.29º 0.69% 0.71% -
XYZ 27.72 25.67 7.23 -
YUV 135.94 82.89 160.85 -
System Red Green Blue C M Y K H S L
Decimal 182 128 56 0 0.30 0.69 0.29 34.29 0.53 0.47
Hex B6 80 38 0 1E 45 1D 22 35 2F
Octal 266 200 70 0 36 105 35 42 65 57
Binary 10110110 10000000 111000 0 11110 1000101 11101 100010 110101 101111

Color Harmonies of #B68038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68038

Black with #B68038

Text Example


Text Example

White with #B68038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68038; }

 p { color: rgb(182,128,56); }

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

background-color css

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

 a { background-color: rgb(182,128,56); }

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

border-color css

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

 span { border-color: rgb(182,128,56); }

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