Html Css Color HEX #B9AF58 Gimblet

📋 copy color: '#B9AF58'

red 185 ◦ green 175 ◦ blue 88

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

Shades of Gimblet #B9AF58

Tints of Gimblet #B9AF58

RGB

 RED value IS 185 (72.66% from 255) = 41.29%

 GREEN value IS 175 (68.75% from 255) = 39.06%

 BLUE value IS 88 (34.77% from 255) = 19.64%

R = 41.29%
G = 39.06%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#B9AF58 (or 0xB9AF58) is known color: Gimblet. HEX triplet: B9, AF and 58. RGB value is (185,175,88). Sum of RGB (Red+Green+Blue) = 185+175+88=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 88 (34.77% from 255 or 19.64% from 448); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AF58 is #4650A7. Grayscale: #A8A8A8. Windows color (decimal): -4608168 or 5812153. OLE color: 5812153.

HSL color Cylindrical-coordinate representation of color #B9AF58: hue angle of 53.81º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B9AF58 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 175 88 -
CMYK 0 0.05 0.52 0.27
HSL 53.81º 0.41% 0.54% -
HSV(B) 53.81º 0.52% 0.73% -
XYZ 37.1 41.68 15.32 -
YUV 168.07 82.81 140.07 -
System Red Green Blue C M Y K H S L
Decimal 185 175 88 0 0.05 0.52 0.27 53.81 0.41 0.54
Hex B9 AF 58 0 5 34 1B 36 29 36
Octal 271 257 130 0 5 64 33 66 51 66
Binary 10111001 10101111 1011000 0 101 110100 11011 110110 101001 110110

Color Harmonies of #B9AF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AF58

Black with #B9AF58

Text Example


Text Example

White with #B9AF58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AF58; }

 p { color: rgb(185,175,88); }

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

background-color css

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

 a { background-color: rgb(185,175,88); }

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

border-color css

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

 span { border-color: rgb(185,175,88); }

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