Html Css Color HEX #B68130 Mandalay

📋 copy color: '#B68130'

red 182 ◦ green 129 ◦ blue 48

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

Shades of Mandalay #B68130

Tints of Mandalay #B68130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.37%

R = 50.7%
G = 35.93%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B68130 (or 0xB68130) is known color: Mandalay. HEX triplet: B6, 81 and 30. RGB value is (182,129,48). Sum of RGB (Red+Green+Blue) = 182+129+48=359 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.70% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 48 (19.14% from 255 or 13.37% from 359); Max value from RGB is 182 - color contains mainly: red. Hex color #B68130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68130 is #497ECF. Grayscale: #878787. Windows color (decimal): -4816592 or 3178934. OLE color: 3178934.

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

Color convert

RGB 182 129 48 -
CMYK 0 0.29 0.74 0.29
HSL 36.27º 0.58% 0.45% -
HSV(B) 36.27º 0.74% 0.71% -
XYZ 27.68 25.86 6.33 -
YUV 135.61 78.56 161.09 -
System Red Green Blue C M Y K H S L
Decimal 182 129 48 0 0.29 0.74 0.29 36.27 0.58 0.45
Hex B6 81 30 0 1D 4A 1D 24 3A 2D
Octal 266 201 60 0 35 112 35 44 72 55
Binary 10110110 10000001 110000 0 11101 1001010 11101 100100 111010 101101

Color Harmonies of #B68130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68130

Black with #B68130

Text Example


Text Example

White with #B68130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68130; }

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

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

background-color css

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

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

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

border-color css

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

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

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