Html Css Color HEX #B4A55A Gimblet

📋 copy color: '#B4A55A'

red 180 ◦ green 165 ◦ blue 90

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

Shades of Gimblet #B4A55A

Tints of Gimblet #B4A55A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.69%

R = 41.38%
G = 37.93%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B4A55A (or 0xB4A55A) is known color: Gimblet. HEX triplet: B4, A5 and 5A. RGB value is (180,165,90). Sum of RGB (Red+Green+Blue) = 180+165+90=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A55A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A55A is #4B5AA5. Grayscale: #A1A1A1. Windows color (decimal): -4938406 or 5940660. OLE color: 5940660.

HSL color Cylindrical-coordinate representation of color #B4A55A: hue angle of 50º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B4A55A is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 165 90 -
CMYK 0 0.08 0.50 0.29
HSL 50º 0.38% 0.53% -
HSV(B) 50º 0.5% 0.71% -
XYZ 34.12 37.35 15.08 -
YUV 160.94 87.97 141.6 -
System Red Green Blue C M Y K H S L
Decimal 180 165 90 0 0.08 0.50 0.29 50 0.38 0.53
Hex B4 A5 5A 0 8 32 1D 32 26 35
Octal 264 245 132 0 10 62 35 62 46 65
Binary 10110100 10100101 1011010 0 1000 110010 11101 110010 100110 110101

Color Harmonies of #B4A55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A55A

Black with #B4A55A

Text Example


Text Example

White with #B4A55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A55A; }

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

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

background-color css

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

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

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

border-color css

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

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

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