Html Css Color HEX #BFAB66 Gimblet

📋 copy color: '#BFAB66'

red 191 ◦ green 171 ◦ blue 102

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

Shades of Gimblet #BFAB66

Tints of Gimblet #BFAB66

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.85%

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

R = 41.16%
G = 36.85%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BFAB66 (or 0xBFAB66) is known color: Gimblet. HEX triplet: BF, AB and 66. RGB value is (191,171,102). Sum of RGB (Red+Green+Blue) = 191+171+102=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 102 (40.23% from 255 or 21.98% from 464); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAB66 is #405499. Grayscale: #A9A9A9. Windows color (decimal): -4215962 or 6728639. OLE color: 6728639.

HSL color Cylindrical-coordinate representation of color #BFAB66: hue angle of 46.52º 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 #BFAB66 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 171 102 -
CMYK 0 0.10 0.47 0.25
HSL 46.52º 0.41% 0.57% -
HSV(B) 46.52º 0.47% 0.75% -
XYZ 38.45 41.16 18.49 -
YUV 169.11 90.13 143.61 -
System Red Green Blue C M Y K H S L
Decimal 191 171 102 0 0.10 0.47 0.25 46.52 0.41 0.57
Hex BF AB 66 0 A 2F 19 2F 29 39
Octal 277 253 146 0 12 57 31 57 51 71
Binary 10111111 10101011 1100110 0 1010 101111 11001 101111 101001 111001

Color Harmonies of #BFAB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAB66

Black with #BFAB66

Text Example


Text Example

White with #BFAB66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAB66; }

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

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

background-color css

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

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

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

border-color css

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

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

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