Html Css Color HEX #B9AF69 Gimblet

📋 copy color: '#B9AF69'

red 185 ◦ green 175 ◦ blue 105

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

Shades of Gimblet #B9AF69

Tints of Gimblet #B9AF69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.58%

R = 39.78%
G = 37.63%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#B9AF69 (or 0xB9AF69) is known color: Gimblet. HEX triplet: B9, AF and 69. RGB value is (185,175,105). Sum of RGB (Red+Green+Blue) = 185+175+105=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 105 (41.41% from 255 or 22.58% from 465); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AF69 is #465096. Grayscale: #AAAAAA. Windows color (decimal): -4608151 or 6926265. OLE color: 6926265.

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

Color convert

RGB 185 175 105 -
CMYK 0 0.05 0.43 0.27
HSL 52.5º 0.36% 0.57% -
HSV(B) 52.5º 0.43% 0.73% -
XYZ 37.89 41.99 19.47 -
YUV 170.01 91.31 138.69 -
System Red Green Blue C M Y K H S L
Decimal 185 175 105 0 0.05 0.43 0.27 52.5 0.36 0.57
Hex B9 AF 69 0 5 2B 1B 34 24 39
Octal 271 257 151 0 5 53 33 64 44 71
Binary 10111001 10101111 1101001 0 101 101011 11011 110100 100100 111001

Color Harmonies of #B9AF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AF69

Black with #B9AF69

Text Example


Text Example

White with #B9AF69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AF69; }

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

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

background-color css

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

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

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

border-color css

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

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

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