Html Css Color HEX #B4A05E Gimblet

📋 copy color: '#B4A05E'

red 180 ◦ green 160 ◦ blue 94

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

Shades of Gimblet #B4A05E

Tints of Gimblet #B4A05E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.87%

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

R = 41.47%
G = 36.87%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B4A05E (or 0xB4A05E) is known color: Gimblet. HEX triplet: B4, A0 and 5E. RGB value is (180,160,94). Sum of RGB (Red+Green+Blue) = 180+160+94=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 94 (37.11% from 255 or 21.66% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A05E is #4B5FA1. Grayscale: #9E9E9E. Windows color (decimal): -4939682 or 6201524. OLE color: 6201524.

HSL color Cylindrical-coordinate representation of color #B4A05E: hue angle of 46.05º 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 #B4A05E is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 160 94 -
CMYK 0 0.11 0.48 0.29
HSL 46.05º 0.36% 0.54% -
HSV(B) 46.05º 0.48% 0.71% -
XYZ 33.41 35.65 15.71 -
YUV 158.46 91.63 143.37 -
System Red Green Blue C M Y K H S L
Decimal 180 160 94 0 0.11 0.48 0.29 46.05 0.36 0.54
Hex B4 A0 5E 0 B 30 1D 2E 24 36
Octal 264 240 136 0 13 60 35 56 44 66
Binary 10110100 10100000 1011110 0 1011 110000 11101 101110 100100 110110

Color Harmonies of #B4A05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A05E

Black with #B4A05E

Text Example


Text Example

White with #B4A05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A05E; }

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

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

background-color css

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

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

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

border-color css

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

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

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