Html Css Color HEX #B2A05D Gimblet

📋 copy color: '#B2A05D'

red 178 ◦ green 160 ◦ blue 93

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

Shades of Gimblet #B2A05D

Tints of Gimblet #B2A05D

RGB

 RED value IS 178 (69.92% from 255) = 41.3%

 GREEN value IS 160 (62.89% from 255) = 37.12%

 BLUE value IS 93 (36.72% from 255) = 21.58%

R = 41.3%
G = 37.12%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B2A05D (or 0xB2A05D) is known color: Gimblet. HEX triplet: B2, A0 and 5D. RGB value is (178,160,93). Sum of RGB (Red+Green+Blue) = 178+160+93=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A05D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A05D is #4D5FA2. Grayscale: #9E9E9E. Windows color (decimal): -5070755 or 6135986. OLE color: 6135986.

HSL color Cylindrical-coordinate representation of color #B2A05D: hue angle of 47.29º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B2A05D is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 160 93 -
CMYK 0 0.10 0.48 0.30
HSL 47.29º 0.36% 0.53% -
HSV(B) 47.29º 0.48% 0.7% -
XYZ 32.91 35.4 15.45 -
YUV 157.74 91.46 142.45 -
System Red Green Blue C M Y K H S L
Decimal 178 160 93 0 0.10 0.48 0.30 47.29 0.36 0.53
Hex B2 A0 5D 0 A 30 1E 2F 24 35
Octal 262 240 135 0 12 60 36 57 44 65
Binary 10110010 10100000 1011101 0 1010 110000 11110 101111 100100 110101

Color Harmonies of #B2A05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A05D

Black with #B2A05D

Text Example


Text Example

White with #B2A05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A05D; }

 p { color: rgb(178,160,93); }

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

background-color css

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

 a { background-color: rgb(178,160,93); }

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

border-color css

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

 span { border-color: rgb(178,160,93); }

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