Html Css Color HEX #B4AE60 Gimblet

📋 copy color: '#B4AE60'

red 180 ◦ green 174 ◦ blue 96

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

Shades of Gimblet #B4AE60

Tints of Gimblet #B4AE60

RGB

 RED value IS 180 (70.7% from 255) = 40%

 GREEN value IS 174 (68.36% from 255) = 38.67%

 BLUE value IS 96 (37.89% from 255) = 21.33%

R = 40%
G = 38.67%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B4AE60 (or 0xB4AE60) is known color: Gimblet. HEX triplet: B4, AE and 60. RGB value is (180,174,96). Sum of RGB (Red+Green+Blue) = 180+174+96=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 174 (68.36% from 255 or 38.67% from 450); Blue value is 96 (37.89% from 255 or 21.33% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AE60 is #4B519F. Grayscale: #A7A7A7. Windows color (decimal): -4936096 or 6336180. OLE color: 6336180.

HSL color Cylindrical-coordinate representation of color #B4AE60: hue angle of 55.71º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B4AE60 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 174 96 -
CMYK 0 0.03 0.47 0.29
HSL 55.71º 0.36% 0.54% -
HSV(B) 55.71º 0.47% 0.71% -
XYZ 36.07 40.82 17.04 -
YUV 166.9 87.99 137.34 -
System Red Green Blue C M Y K H S L
Decimal 180 174 96 0 0.03 0.47 0.29 55.71 0.36 0.54
Hex B4 AE 60 0 3 2F 1D 38 24 36
Octal 264 256 140 0 3 57 35 70 44 66
Binary 10110100 10101110 1100000 0 11 101111 11101 111000 100100 110110

Color Harmonies of #B4AE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AE60

Black with #B4AE60

Text Example


Text Example

White with #B4AE60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AE60; }

 p { color: rgb(180,174,96); }

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

background-color css

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

 a { background-color: rgb(180,174,96); }

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

border-color css

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

 span { border-color: rgb(180,174,96); }

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