Html Css Color HEX #B5AF68 Gimblet

📋 copy color: '#B5AF68'

red 181 ◦ green 175 ◦ blue 104

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

Shades of Gimblet #B5AF68

Tints of Gimblet #B5AF68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.61%

R = 39.35%
G = 38.04%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B5AF68 (or 0xB5AF68) is known color: Gimblet. HEX triplet: B5, AF and 68. RGB value is (181,175,104). Sum of RGB (Red+Green+Blue) = 181+175+104=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 104 (41.02% from 255 or 22.61% from 460); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AF68 is #4A5097. Grayscale: #A8A8A8. Windows color (decimal): -4870296 or 6860725. OLE color: 6860725.

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

Color convert

RGB 181 175 104 -
CMYK 0 0.03 0.43 0.29
HSL 55.32º 0.34% 0.56% -
HSV(B) 55.32º 0.43% 0.71% -
XYZ 36.88 41.48 19.16 -
YUV 168.7 91.49 136.77 -
System Red Green Blue C M Y K H S L
Decimal 181 175 104 0 0.03 0.43 0.29 55.32 0.34 0.56
Hex B5 AF 68 0 3 2B 1D 37 22 38
Octal 265 257 150 0 3 53 35 67 42 70
Binary 10110101 10101111 1101000 0 11 101011 11101 110111 100010 111000

Color Harmonies of #B5AF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AF68

Black with #B5AF68

Text Example


Text Example

White with #B5AF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AF68; }

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

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

background-color css

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

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

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

border-color css

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

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

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