Html Css Color HEX #B2A75F Gimblet

📋 copy color: '#B2A75F'

red 178 ◦ green 167 ◦ blue 95

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

Shades of Gimblet #B2A75F

Tints of Gimblet #B2A75F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.59%

R = 40.45%
G = 37.95%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2A75F (or 0xB2A75F) is known color: Gimblet. HEX triplet: B2, A7 and 5F. RGB value is (178,167,95). Sum of RGB (Red+Green+Blue) = 178+167+95=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 95 (37.5% from 255 or 21.59% from 440); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A75F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A75F is #4D58A0. Grayscale: #A2A2A2. Windows color (decimal): -5068961 or 6268850. OLE color: 6268850.

HSL color Cylindrical-coordinate representation of color #B2A75F: hue angle of 52.05º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2A75F is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 167 95 -
CMYK 0 0.06 0.47 0.30
HSL 52.05º 0.35% 0.54% -
HSV(B) 52.05º 0.47% 0.7% -
XYZ 34.24 37.93 16.34 -
YUV 162.08 90.14 139.35 -
System Red Green Blue C M Y K H S L
Decimal 178 167 95 0 0.06 0.47 0.30 52.05 0.35 0.54
Hex B2 A7 5F 0 6 2F 1E 34 23 36
Octal 262 247 137 0 6 57 36 64 43 66
Binary 10110010 10100111 1011111 0 110 101111 11110 110100 100011 110110

Color Harmonies of #B2A75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A75F

Black with #B2A75F

Text Example


Text Example

White with #B2A75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A75F; }

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

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

background-color css

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

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

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

border-color css

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

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

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