Html Css Color HEX #B4A35E Gimblet

📋 copy color: '#B4A35E'

red 180 ◦ green 163 ◦ blue 94

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

Shades of Gimblet #B4A35E

Tints of Gimblet #B4A35E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.51%

R = 41.19%
G = 37.3%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B4A35E (or 0xB4A35E) is known color: Gimblet. HEX triplet: B4, A3 and 5E. RGB value is (180,163,94). Sum of RGB (Red+Green+Blue) = 180+163+94=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 94 (37.11% from 255 or 21.51% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A35E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A35E is #4B5CA1. Grayscale: #A0A0A0. Windows color (decimal): -4938914 or 6202292. OLE color: 6202292.

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

Color convert

RGB 180 163 94 -
CMYK 0 0.09 0.48 0.29
HSL 48.14º 0.36% 0.54% -
HSV(B) 48.14º 0.48% 0.71% -
XYZ 33.94 36.71 15.89 -
YUV 160.22 90.63 142.11 -
System Red Green Blue C M Y K H S L
Decimal 180 163 94 0 0.09 0.48 0.29 48.14 0.36 0.54
Hex B4 A3 5E 0 9 30 1D 30 24 36
Octal 264 243 136 0 11 60 35 60 44 66
Binary 10110100 10100011 1011110 0 1001 110000 11101 110000 100100 110110

Color Harmonies of #B4A35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A35E

Black with #B4A35E

Text Example


Text Example

White with #B4A35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A35E; }

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

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

background-color css

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

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

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

border-color css

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

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

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