Html Css Color HEX #B2A55D Gimblet

📋 copy color: '#B2A55D'

red 178 ◦ green 165 ◦ blue 93

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

Shades of Gimblet #B2A55D

Tints of Gimblet #B2A55D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.84%

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

R = 40.83%
G = 37.84%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B2A55D (or 0xB2A55D) is known color: Gimblet. HEX triplet: B2, A5 and 5D. RGB value is (178,165,93). Sum of RGB (Red+Green+Blue) = 178+165+93=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A55D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A55D is #4D5AA2. Grayscale: #A0A0A0. Windows color (decimal): -5069475 or 6137266. OLE color: 6137266.

HSL color Cylindrical-coordinate representation of color #B2A55D: hue angle of 50.82º 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 #B2A55D is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 165 93 -
CMYK 0 0.07 0.48 0.30
HSL 50.82º 0.36% 0.53% -
HSV(B) 50.82º 0.48% 0.7% -
XYZ 33.79 37.17 15.75 -
YUV 160.68 89.81 140.35 -
System Red Green Blue C M Y K H S L
Decimal 178 165 93 0 0.07 0.48 0.30 50.82 0.36 0.53
Hex B2 A5 5D 0 7 30 1E 33 24 35
Octal 262 245 135 0 7 60 36 63 44 65
Binary 10110010 10100101 1011101 0 111 110000 11110 110011 100100 110101

Color Harmonies of #B2A55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A55D

Black with #B2A55D

Text Example


Text Example

White with #B2A55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A55D; }

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

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

background-color css

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

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

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

border-color css

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

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

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