Html Css Color HEX #B4A55F Gimblet

📋 copy color: '#B4A55F'

red 180 ◦ green 165 ◦ blue 95

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

Shades of Gimblet #B4A55F

Tints of Gimblet #B4A55F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.5%

 BLUE value IS 95 (37.5% from 255) = 21.59%

R = 40.91%
G = 37.5%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B4A55F (or 0xB4A55F) is known color: Gimblet. HEX triplet: B4, A5 and 5F. RGB value is (180,165,95). Sum of RGB (Red+Green+Blue) = 180+165+95=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 95 (37.5% from 255 or 21.59% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A55F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A55F is #4B5AA0. Grayscale: #A1A1A1. Windows color (decimal): -4938401 or 6268340. OLE color: 6268340.

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

Color convert

RGB 180 165 95 -
CMYK 0 0.08 0.47 0.29
HSL 49.41º 0.36% 0.54% -
HSV(B) 49.41º 0.47% 0.71% -
XYZ 34.34 37.44 16.24 -
YUV 161.51 90.47 141.19 -
System Red Green Blue C M Y K H S L
Decimal 180 165 95 0 0.08 0.47 0.29 49.41 0.36 0.54
Hex B4 A5 5F 0 8 2F 1D 31 24 36
Octal 264 245 137 0 10 57 35 61 44 66
Binary 10110100 10100101 1011111 0 1000 101111 11101 110001 100100 110110

Color Harmonies of #B4A55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A55F

Black with #B4A55F

Text Example


Text Example

White with #B4A55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A55F; }

 p { color: rgb(180,165,95); }

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

background-color css

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

 a { background-color: rgb(180,165,95); }

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

border-color css

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

 span { border-color: rgb(180,165,95); }

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