Html Css Color HEX #BFAB67 Gimblet

📋 copy color: '#BFAB67'

red 191 ◦ green 171 ◦ blue 103

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

Shades of Gimblet #BFAB67

Tints of Gimblet #BFAB67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.15%

R = 41.08%
G = 36.77%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BFAB67 (or 0xBFAB67) is known color: Gimblet. HEX triplet: BF, AB and 67. RGB value is (191,171,103). Sum of RGB (Red+Green+Blue) = 191+171+103=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 103 (40.62% from 255 or 22.15% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAB67 is #405498. Grayscale: #A9A9A9. Windows color (decimal): -4215961 or 6794175. OLE color: 6794175.

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

Color convert

RGB 191 171 103 -
CMYK 0 0.10 0.46 0.25
HSL 46.36º 0.41% 0.58% -
HSV(B) 46.36º 0.46% 0.75% -
XYZ 38.5 41.18 18.75 -
YUV 169.23 90.63 143.53 -
System Red Green Blue C M Y K H S L
Decimal 191 171 103 0 0.10 0.46 0.25 46.36 0.41 0.58
Hex BF AB 67 0 A 2E 19 2E 29 3A
Octal 277 253 147 0 12 56 31 56 51 72
Binary 10111111 10101011 1100111 0 1010 101110 11001 101110 101001 111010

Color Harmonies of #BFAB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAB67

Black with #BFAB67

Text Example


Text Example

White with #BFAB67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAB67; }

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

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

background-color css

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

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

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

border-color css

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

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

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