Html Css Color HEX #BFAD5D Gimblet

📋 copy color: '#BFAD5D'

red 191 ◦ green 173 ◦ blue 93

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

Shades of Gimblet #BFAD5D

Tints of Gimblet #BFAD5D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.86%

 BLUE value IS 93 (36.72% from 255) = 20.35%

R = 41.79%
G = 37.86%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BFAD5D (or 0xBFAD5D) is known color: Gimblet. HEX triplet: BF, AD and 5D. RGB value is (191,173,93). Sum of RGB (Red+Green+Blue) = 191+173+93=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAD5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAD5D is #4052A2. Grayscale: #A9A9A9. Windows color (decimal): -4215459 or 6139327. OLE color: 6139327.

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

Color convert

RGB 191 173 93 -
CMYK 0 0.09 0.51 0.25
HSL 48.98º 0.43% 0.56% -
HSV(B) 48.98º 0.51% 0.75% -
XYZ 38.41 41.75 16.39 -
YUV 169.26 84.96 143.5 -
System Red Green Blue C M Y K H S L
Decimal 191 173 93 0 0.09 0.51 0.25 48.98 0.43 0.56
Hex BF AD 5D 0 9 33 19 31 2B 38
Octal 277 255 135 0 11 63 31 61 53 70
Binary 10111111 10101101 1011101 0 1001 110011 11001 110001 101011 111000

Color Harmonies of #BFAD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAD5D

Black with #BFAD5D

Text Example


Text Example

White with #BFAD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAD5D; }

 p { color: rgb(191,173,93); }

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

background-color css

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

 a { background-color: rgb(191,173,93); }

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

border-color css

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

 span { border-color: rgb(191,173,93); }

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