Html Css Color HEX #B7AF69 Gimblet

📋 copy color: '#B7AF69'

red 183 ◦ green 175 ◦ blue 105

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

Shades of Gimblet #B7AF69

Tints of Gimblet #B7AF69

RGB

 RED value IS 183 (71.88% from 255) = 39.52%

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

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

R = 39.52%
G = 37.8%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B7AF69 (or 0xB7AF69) is known color: Gimblet. HEX triplet: B7, AF and 69. RGB value is (183,175,105). Sum of RGB (Red+Green+Blue) = 183+175+105=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AF69 is #485096. Grayscale: #A9A9A9. Windows color (decimal): -4739223 or 6926263. OLE color: 6926263.

HSL color Cylindrical-coordinate representation of color #B7AF69: hue angle of 53.85º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B7AF69 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 175 105 -
CMYK 0 0.04 0.43 0.28
HSL 53.85º 0.35% 0.56% -
HSV(B) 53.85º 0.43% 0.72% -
XYZ 37.41 41.75 19.45 -
YUV 169.41 91.65 137.69 -
System Red Green Blue C M Y K H S L
Decimal 183 175 105 0 0.04 0.43 0.28 53.85 0.35 0.56
Hex B7 AF 69 0 4 2B 1C 36 23 38
Octal 267 257 151 0 4 53 34 66 43 70
Binary 10110111 10101111 1101001 0 100 101011 11100 110110 100011 111000

Color Harmonies of #B7AF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AF69

Black with #B7AF69

Text Example


Text Example

White with #B7AF69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AF69; }

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

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

background-color css

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

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

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

border-color css

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

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

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