Html Css Color HEX #B4A95B Gimblet

📋 copy color: '#B4A95B'

red 180 ◦ green 169 ◦ blue 91

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

Shades of Gimblet #B4A95B

Tints of Gimblet #B4A95B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.41%

 BLUE value IS 91 (35.94% from 255) = 20.68%

R = 40.91%
G = 38.41%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B4A95B (or 0xB4A95B) is known color: Gimblet. HEX triplet: B4, A9 and 5B. RGB value is (180,169,91). Sum of RGB (Red+Green+Blue) = 180+169+91=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 91 (35.94% from 255 or 20.68% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A95B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A95B is #4B56A4. Grayscale: #A3A3A3. Windows color (decimal): -4937381 or 6007220. OLE color: 6007220.

HSL color Cylindrical-coordinate representation of color #B4A95B: hue angle of 52.58º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B4A95B is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 169 91 -
CMYK 0 0.06 0.49 0.29
HSL 52.58º 0.37% 0.53% -
HSV(B) 52.58º 0.49% 0.71% -
XYZ 34.9 38.83 15.55 -
YUV 163.4 87.14 139.84 -
System Red Green Blue C M Y K H S L
Decimal 180 169 91 0 0.06 0.49 0.29 52.58 0.37 0.53
Hex B4 A9 5B 0 6 31 1D 35 25 35
Octal 264 251 133 0 6 61 35 65 45 65
Binary 10110100 10101001 1011011 0 110 110001 11101 110101 100101 110101

Color Harmonies of #B4A95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A95B

Black with #B4A95B

Text Example


Text Example

White with #B4A95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A95B; }

 p { color: rgb(180,169,91); }

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

background-color css

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

 a { background-color: rgb(180,169,91); }

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

border-color css

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

 span { border-color: rgb(180,169,91); }

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