Html Css Color HEX #BFAB69 Gimblet

📋 copy color: '#BFAB69'

red 191 ◦ green 171 ◦ blue 105

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

Shades of Gimblet #BFAB69

Tints of Gimblet #BFAB69

RGB

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

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

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

R = 40.9%
G = 36.62%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BFAB69 (or 0xBFAB69) is known color: Gimblet. HEX triplet: BF, AB and 69. RGB value is (191,171,105). Sum of RGB (Red+Green+Blue) = 191+171+105=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 105 (41.41% from 255 or 22.48% from 467); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAB69 is #405496. Grayscale: #A9A9A9. Windows color (decimal): -4215959 or 6925247. OLE color: 6925247.

HSL color Cylindrical-coordinate representation of color #BFAB69: hue angle of 46.05º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFAB69 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 171 105 -
CMYK 0 0.10 0.45 0.25
HSL 46.05º 0.4% 0.58% -
HSV(B) 46.05º 0.45% 0.75% -
XYZ 38.6 41.22 19.29 -
YUV 169.46 91.63 143.37 -
System Red Green Blue C M Y K H S L
Decimal 191 171 105 0 0.10 0.45 0.25 46.05 0.4 0.58
Hex BF AB 69 0 A 2D 19 2E 28 3A
Octal 277 253 151 0 12 55 31 56 50 72
Binary 10111111 10101011 1101001 0 1010 101101 11001 101110 101000 111010

Color Harmonies of #BFAB69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAB69

Black with #BFAB69

Text Example


Text Example

White with #BFAB69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAB69; }

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

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

background-color css

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

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

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

border-color css

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

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

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