Html Css Color HEX #BFAB5F Gimblet

📋 copy color: '#BFAB5F'

red 191 ◦ green 171 ◦ blue 95

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

Shades of Gimblet #BFAB5F

Tints of Gimblet #BFAB5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.79%

R = 41.79%
G = 37.42%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BFAB5F (or 0xBFAB5F) is known color: Gimblet. HEX triplet: BF, AB and 5F. RGB value is (191,171,95). Sum of RGB (Red+Green+Blue) = 191+171+95=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 95 (37.5% from 255 or 20.79% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAB5F is #4054A0. Grayscale: #A8A8A8. Windows color (decimal): -4215969 or 6269887. OLE color: 6269887.

HSL color Cylindrical-coordinate representation of color #BFAB5F: hue angle of 47.5º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFAB5F is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 171 95 -
CMYK 0 0.10 0.50 0.25
HSL 47.5º 0.43% 0.56% -
HSV(B) 47.5º 0.5% 0.75% -
XYZ 38.11 41.03 16.74 -
YUV 168.32 86.63 144.18 -
System Red Green Blue C M Y K H S L
Decimal 191 171 95 0 0.10 0.50 0.25 47.5 0.43 0.56
Hex BF AB 5F 0 A 32 19 30 2B 38
Octal 277 253 137 0 12 62 31 60 53 70
Binary 10111111 10101011 1011111 0 1010 110010 11001 110000 101011 111000

Color Harmonies of #BFAB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAB5F

Black with #BFAB5F

Text Example


Text Example

White with #BFAB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAB5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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