Html Css Color HEX #BFAF66 Gimblet

📋 copy color: '#BFAF66'

red 191 ◦ green 175 ◦ blue 102

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

Shades of Gimblet #BFAF66

Tints of Gimblet #BFAF66

RGB

 RED value IS 191 (75% from 255) = 40.81%

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

 BLUE value IS 102 (40.23% from 255) = 21.79%

R = 40.81%
G = 37.39%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BFAF66 (or 0xBFAF66) is known color: Gimblet. HEX triplet: BF, AF and 66. RGB value is (191,175,102). Sum of RGB (Red+Green+Blue) = 191+175+102=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAF66 is #405099. Grayscale: #ABABAB. Windows color (decimal): -4214938 or 6729663. OLE color: 6729663.

HSL color Cylindrical-coordinate representation of color #BFAF66: hue angle of 49.21º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFAF66 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 175 102 -
CMYK 0 0.08 0.47 0.25
HSL 49.21º 0.41% 0.57% -
HSV(B) 49.21º 0.47% 0.75% -
XYZ 39.21 42.7 18.74 -
YUV 171.46 88.8 141.94 -
System Red Green Blue C M Y K H S L
Decimal 191 175 102 0 0.08 0.47 0.25 49.21 0.41 0.57
Hex BF AF 66 0 8 2F 19 31 29 39
Octal 277 257 146 0 10 57 31 61 51 71
Binary 10111111 10101111 1100110 0 1000 101111 11001 110001 101001 111001

Color Harmonies of #BFAF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAF66

Black with #BFAF66

Text Example


Text Example

White with #BFAF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAF66; }

 p { color: rgb(191,175,102); }

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

background-color css

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

 a { background-color: rgb(191,175,102); }

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

border-color css

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

 span { border-color: rgb(191,175,102); }

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