Html Css Color HEX #B5AF65 Gimblet

📋 copy color: '#B5AF65'

red 181 ◦ green 175 ◦ blue 101

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

Shades of Gimblet #B5AF65

Tints of Gimblet #B5AF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.1%

R = 39.61%
G = 38.29%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B5AF65 (or 0xB5AF65) is known color: Gimblet. HEX triplet: B5, AF and 65. RGB value is (181,175,101). Sum of RGB (Red+Green+Blue) = 181+175+101=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AF65 is #4A509A. Grayscale: #A8A8A8. Windows color (decimal): -4870299 or 6664117. OLE color: 6664117.

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

Color convert

RGB 181 175 101 -
CMYK 0 0.03 0.44 0.29
HSL 55.5º 0.35% 0.55% -
HSV(B) 55.5º 0.44% 0.71% -
XYZ 36.73 41.42 18.37 -
YUV 168.36 89.99 137.02 -
System Red Green Blue C M Y K H S L
Decimal 181 175 101 0 0.03 0.44 0.29 55.5 0.35 0.55
Hex B5 AF 65 0 3 2C 1D 38 23 37
Octal 265 257 145 0 3 54 35 70 43 67
Binary 10110101 10101111 1100101 0 11 101100 11101 111000 100011 110111

Color Harmonies of #B5AF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AF65

Black with #B5AF65

Text Example


Text Example

White with #B5AF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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