Html Css Color HEX #B2A75D Gimblet

📋 copy color: '#B2A75D'

red 178 ◦ green 167 ◦ blue 93

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

Shades of Gimblet #B2A75D

Tints of Gimblet #B2A75D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.13%

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

R = 40.64%
G = 38.13%
B = 21.23%

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

#B2A75D (or 0xB2A75D) is known color: Gimblet. HEX triplet: B2, A7 and 5D. RGB value is (178,167,93). Sum of RGB (Red+Green+Blue) = 178+167+93=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 167 (65.62% from 255 or 38.13% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A75D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A75D is #4D58A2. Grayscale: #A2A2A2. Windows color (decimal): -5068963 or 6137778. OLE color: 6137778.

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

Color convert

RGB 178 167 93 -
CMYK 0 0.06 0.48 0.30
HSL 52.24º 0.36% 0.53% -
HSV(B) 52.24º 0.48% 0.7% -
XYZ 34.15 37.89 15.87 -
YUV 161.85 89.14 139.52 -
System Red Green Blue C M Y K H S L
Decimal 178 167 93 0 0.06 0.48 0.30 52.24 0.36 0.53
Hex B2 A7 5D 0 6 30 1E 34 24 35
Octal 262 247 135 0 6 60 36 64 44 65
Binary 10110010 10100111 1011101 0 110 110000 11110 110100 100100 110101

Color Harmonies of #B2A75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A75D

Black with #B2A75D

Text Example


Text Example

White with #B2A75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A75D; }

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

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

background-color css

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

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

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

border-color css

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

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

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