Html Css Color HEX #BFAF67 Gimblet

📋 copy color: '#BFAF67'

red 191 ◦ green 175 ◦ blue 103

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

Shades of Gimblet #BFAF67

Tints of Gimblet #BFAF67

RGB

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

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

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

R = 40.72%
G = 37.31%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BFAF67 (or 0xBFAF67) is known color: Gimblet. HEX triplet: BF, AF and 67. RGB value is (191,175,103). Sum of RGB (Red+Green+Blue) = 191+175+103=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 103 (40.62% from 255 or 21.96% from 469); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAF67 is #405098. Grayscale: #ABABAB. Windows color (decimal): -4214937 or 6795199. OLE color: 6795199.

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

Color convert

RGB 191 175 103 -
CMYK 0 0.08 0.46 0.25
HSL 49.09º 0.41% 0.58% -
HSV(B) 49.09º 0.46% 0.75% -
XYZ 39.26 42.72 19.01 -
YUV 171.58 89.3 141.85 -
System Red Green Blue C M Y K H S L
Decimal 191 175 103 0 0.08 0.46 0.25 49.09 0.41 0.58
Hex BF AF 67 0 8 2E 19 31 29 3A
Octal 277 257 147 0 10 56 31 61 51 72
Binary 10111111 10101111 1100111 0 1000 101110 11001 110001 101001 111010

Color Harmonies of #BFAF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAF67

Black with #BFAF67

Text Example


Text Example

White with #BFAF67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAF67; }

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

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

background-color css

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

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

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

border-color css

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

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

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