Html Css Color HEX #BFAF65 Gimblet

📋 copy color: '#BFAF65'

red 191 ◦ green 175 ◦ blue 101

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

Shades of Gimblet #BFAF65

Tints of Gimblet #BFAF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.63%

R = 40.9%
G = 37.47%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BFAF65 (or 0xBFAF65) is known color: Gimblet. HEX triplet: BF, AF and 65. RGB value is (191,175,101). Sum of RGB (Red+Green+Blue) = 191+175+101=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAF65 is #40509A. Grayscale: #ABABAB. Windows color (decimal): -4214939 or 6664127. OLE color: 6664127.

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

Color convert

RGB 191 175 101 -
CMYK 0 0.08 0.47 0.25
HSL 49.33º 0.41% 0.57% -
HSV(B) 49.33º 0.47% 0.75% -
XYZ 39.16 42.68 18.48 -
YUV 171.35 88.3 142.02 -
System Red Green Blue C M Y K H S L
Decimal 191 175 101 0 0.08 0.47 0.25 49.33 0.41 0.57
Hex BF AF 65 0 8 2F 19 31 29 39
Octal 277 257 145 0 10 57 31 61 51 71
Binary 10111111 10101111 1100101 0 1000 101111 11001 110001 101001 111001

Color Harmonies of #BFAF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAF65

Black with #BFAF65

Text Example


Text Example

White with #BFAF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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