Html Css Color HEX #B5AF62 Gimblet

📋 copy color: '#B5AF62'

red 181 ◦ green 175 ◦ blue 98

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

Shades of Gimblet #B5AF62

Tints of Gimblet #B5AF62

RGB

 RED value IS 181 (71.09% from 255) = 39.87%

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

 BLUE value IS 98 (38.67% from 255) = 21.59%

R = 39.87%
G = 38.55%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B5AF62 (or 0xB5AF62) is known color: Gimblet. HEX triplet: B5, AF and 62. RGB value is (181,175,98). Sum of RGB (Red+Green+Blue) = 181+175+98=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 98 (38.67% from 255 or 21.59% from 454); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AF62 is #4A509D. Grayscale: #A8A8A8. Windows color (decimal): -4870302 or 6467509. OLE color: 6467509.

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

Color convert

RGB 181 175 98 -
CMYK 0 0.03 0.46 0.29
HSL 55.66º 0.36% 0.55% -
HSV(B) 55.66º 0.46% 0.71% -
XYZ 36.59 41.37 17.61 -
YUV 168.02 88.49 137.26 -
System Red Green Blue C M Y K H S L
Decimal 181 175 98 0 0.03 0.46 0.29 55.66 0.36 0.55
Hex B5 AF 62 0 3 2E 1D 38 24 37
Octal 265 257 142 0 3 56 35 70 44 67
Binary 10110101 10101111 1100010 0 11 101110 11101 111000 100100 110111

Color Harmonies of #B5AF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AF62

Black with #B5AF62

Text Example


Text Example

White with #B5AF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AF62; }

 p { color: rgb(181,175,98); }

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

background-color css

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

 a { background-color: rgb(181,175,98); }

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

border-color css

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

 span { border-color: rgb(181,175,98); }

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