Html Css Color HEX #B3A75C Gimblet

📋 copy color: '#B3A75C'

red 179 ◦ green 167 ◦ blue 92

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

Shades of Gimblet #B3A75C

Tints of Gimblet #B3A75C

RGB

 RED value IS 179 (70.31% from 255) = 40.87%

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

 BLUE value IS 92 (36.33% from 255) = 21%

R = 40.87%
G = 38.13%
B = 21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B3A75C (or 0xB3A75C) is known color: Gimblet. HEX triplet: B3, A7 and 5C. RGB value is (179,167,92). Sum of RGB (Red+Green+Blue) = 179+167+92=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 167 (65.62% from 255 or 38.13% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A75C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A75C is #4C58A3. Grayscale: #A2A2A2. Windows color (decimal): -5003428 or 6072243. OLE color: 6072243.

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

Color convert

RGB 179 167 92 -
CMYK 0 0.07 0.49 0.30
HSL 51.72º 0.36% 0.53% -
HSV(B) 51.72º 0.49% 0.7% -
XYZ 34.34 37.99 15.65 -
YUV 162.04 88.48 140.1 -
System Red Green Blue C M Y K H S L
Decimal 179 167 92 0 0.07 0.49 0.30 51.72 0.36 0.53
Hex B3 A7 5C 0 7 31 1E 34 24 35
Octal 263 247 134 0 7 61 36 64 44 65
Binary 10110011 10100111 1011100 0 111 110001 11110 110100 100100 110101

Color Harmonies of #B3A75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A75C

Black with #B3A75C

Text Example


Text Example

White with #B3A75C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A75C; }

 p { color: rgb(179,167,92); }

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

background-color css

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

 a { background-color: rgb(179,167,92); }

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

border-color css

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

 span { border-color: rgb(179,167,92); }

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