Html Css Color HEX #B4A35C Gimblet

📋 copy color: '#B4A35C'

red 180 ◦ green 163 ◦ blue 92

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

Shades of Gimblet #B4A35C

Tints of Gimblet #B4A35C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.15%

R = 41.38%
G = 37.47%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B4A35C (or 0xB4A35C) is known color: Gimblet. HEX triplet: B4, A3 and 5C. RGB value is (180,163,92). Sum of RGB (Red+Green+Blue) = 180+163+92=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A35C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A35C is #4B5CA3. Grayscale: #A0A0A0. Windows color (decimal): -4938916 or 6071220. OLE color: 6071220.

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

Color convert

RGB 180 163 92 -
CMYK 0 0.09 0.49 0.29
HSL 48.41º 0.37% 0.53% -
HSV(B) 48.41º 0.49% 0.71% -
XYZ 33.85 36.67 15.42 -
YUV 159.99 89.63 142.27 -
System Red Green Blue C M Y K H S L
Decimal 180 163 92 0 0.09 0.49 0.29 48.41 0.37 0.53
Hex B4 A3 5C 0 9 31 1D 30 25 35
Octal 264 243 134 0 11 61 35 60 45 65
Binary 10110100 10100011 1011100 0 1001 110001 11101 110000 100101 110101

Color Harmonies of #B4A35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A35C

Black with #B4A35C

Text Example


Text Example

White with #B4A35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A35C; }

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

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

background-color css

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

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

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

border-color css

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

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

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