Html Css Color HEX #B4A855 Gimblet

📋 copy color: '#B4A855'

red 180 ◦ green 168 ◦ blue 85

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

Shades of Gimblet #B4A855

Tints of Gimblet #B4A855

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.8%

 BLUE value IS 85 (33.59% from 255) = 19.63%

R = 41.57%
G = 38.8%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B4A855 (or 0xB4A855) is known color: Gimblet. HEX triplet: B4, A8 and 55. RGB value is (180,168,85). Sum of RGB (Red+Green+Blue) = 180+168+85=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 85 (33.59% from 255 or 19.63% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A855 is #4B57AA. Grayscale: #A2A2A2. Windows color (decimal): -4937643 or 5613748. OLE color: 5613748.

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

Color convert

RGB 180 168 85 -
CMYK 0 0.07 0.53 0.29
HSL 52.42º 0.39% 0.52% -
HSV(B) 52.42º 0.53% 0.71% -
XYZ 34.46 38.36 14.18 -
YUV 162.13 84.48 140.75 -
System Red Green Blue C M Y K H S L
Decimal 180 168 85 0 0.07 0.53 0.29 52.42 0.39 0.52
Hex B4 A8 55 0 7 35 1D 34 27 34
Octal 264 250 125 0 7 65 35 64 47 64
Binary 10110100 10101000 1010101 0 111 110101 11101 110100 100111 110100

Color Harmonies of #B4A855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A855

Black with #B4A855

Text Example


Text Example

White with #B4A855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A855; }

 p { color: rgb(180,168,85); }

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

background-color css

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

 a { background-color: rgb(180,168,85); }

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

border-color css

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

 span { border-color: rgb(180,168,85); }

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