Html Css Color HEX #B2A85D Gimblet

📋 copy color: '#B2A85D'

red 178 ◦ green 168 ◦ blue 93

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

Shades of Gimblet #B2A85D

Tints of Gimblet #B2A85D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.27%

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

R = 40.55%
G = 38.27%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B2A85D (or 0xB2A85D) is known color: Gimblet. HEX triplet: B2, A8 and 5D. RGB value is (178,168,93). Sum of RGB (Red+Green+Blue) = 178+168+93=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A85D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A85D is #4D57A2. Grayscale: #A2A2A2. Windows color (decimal): -5068707 or 6138034. OLE color: 6138034.

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

Color convert

RGB 178 168 93 -
CMYK 0 0.06 0.48 0.30
HSL 52.94º 0.36% 0.53% -
HSV(B) 52.94º 0.48% 0.7% -
XYZ 34.34 38.26 15.93 -
YUV 162.44 88.81 139.1 -
System Red Green Blue C M Y K H S L
Decimal 178 168 93 0 0.06 0.48 0.30 52.94 0.36 0.53
Hex B2 A8 5D 0 6 30 1E 35 24 35
Octal 262 250 135 0 6 60 36 65 44 65
Binary 10110010 10101000 1011101 0 110 110000 11110 110101 100100 110101

Color Harmonies of #B2A85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A85D

Black with #B2A85D

Text Example


Text Example

White with #B2A85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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