Html Css Color HEX #B4AE61 Gimblet

📋 copy color: '#B4AE61'

red 180 ◦ green 174 ◦ blue 97

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

Shades of Gimblet #B4AE61

Tints of Gimblet #B4AE61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.51%

R = 39.91%
G = 38.58%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B4AE61 (or 0xB4AE61) is known color: Gimblet. HEX triplet: B4, AE and 61. RGB value is (180,174,97). Sum of RGB (Red+Green+Blue) = 180+174+97=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 174 (68.36% from 255 or 38.58% from 451); Blue value is 97 (38.28% from 255 or 21.51% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AE61 is #4B519E. Grayscale: #A7A7A7. Windows color (decimal): -4936095 or 6401716. OLE color: 6401716.

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

Color convert

RGB 180 174 97 -
CMYK 0 0.03 0.46 0.29
HSL 55.66º 0.36% 0.54% -
HSV(B) 55.66º 0.46% 0.71% -
XYZ 36.12 40.84 17.29 -
YUV 167.02 88.49 137.26 -
System Red Green Blue C M Y K H S L
Decimal 180 174 97 0 0.03 0.46 0.29 55.66 0.36 0.54
Hex B4 AE 61 0 3 2E 1D 38 24 36
Octal 264 256 141 0 3 56 35 70 44 66
Binary 10110100 10101110 1100001 0 11 101110 11101 111000 100100 110110

Color Harmonies of #B4AE61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AE61

Black with #B4AE61

Text Example


Text Example

White with #B4AE61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AE61; }

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

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

background-color css

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

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

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

border-color css

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

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

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