Html Css Color HEX #B4A364 Gimblet

📋 copy color: '#B4A364'

red 180 ◦ green 163 ◦ blue 100

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

Shades of Gimblet #B4A364

Tints of Gimblet #B4A364

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.79%

 BLUE value IS 100 (39.45% from 255) = 22.57%

R = 40.63%
G = 36.79%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B4A364 (or 0xB4A364) is known color: Gimblet. HEX triplet: B4, A3 and 64. RGB value is (180,163,100). Sum of RGB (Red+Green+Blue) = 180+163+100=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 163 (64.06% from 255 or 36.79% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A364 is #4B5C9B. Grayscale: #A1A1A1. Windows color (decimal): -4938908 or 6595508. OLE color: 6595508.

HSL color Cylindrical-coordinate representation of color #B4A364: hue angle of 47.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B4A364 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 163 100 -
CMYK 0 0.09 0.44 0.29
HSL 47.25º 0.35% 0.55% -
HSV(B) 47.25º 0.44% 0.71% -
XYZ 34.22 36.82 17.36 -
YUV 160.9 93.63 141.62 -
System Red Green Blue C M Y K H S L
Decimal 180 163 100 0 0.09 0.44 0.29 47.25 0.35 0.55
Hex B4 A3 64 0 9 2C 1D 2F 23 37
Octal 264 243 144 0 11 54 35 57 43 67
Binary 10110100 10100011 1100100 0 1001 101100 11101 101111 100011 110111

Color Harmonies of #B4A364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A364

Black with #B4A364

Text Example


Text Example

White with #B4A364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A364; }

 p { color: rgb(180,163,100); }

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

background-color css

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

 a { background-color: rgb(180,163,100); }

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

border-color css

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

 span { border-color: rgb(180,163,100); }

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