Html Css Color HEX #BFAF5D Gimblet

📋 copy color: '#BFAF5D'

red 191 ◦ green 175 ◦ blue 93

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

Shades of Gimblet #BFAF5D

Tints of Gimblet #BFAF5D

RGB

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

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

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

R = 41.61%
G = 38.13%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BFAF5D (or 0xBFAF5D) is known color: Gimblet. HEX triplet: BF, AF and 5D. RGB value is (191,175,93). Sum of RGB (Red+Green+Blue) = 191+175+93=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAF5D is #4050A2. Grayscale: #AAAAAA. Windows color (decimal): -4214947 or 6139839. OLE color: 6139839.

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

Color convert

RGB 191 175 93 -
CMYK 0 0.08 0.51 0.25
HSL 50.2º 0.43% 0.56% -
HSV(B) 50.2º 0.51% 0.75% -
XYZ 38.79 42.53 16.52 -
YUV 170.44 84.3 142.67 -
System Red Green Blue C M Y K H S L
Decimal 191 175 93 0 0.08 0.51 0.25 50.2 0.43 0.56
Hex BF AF 5D 0 8 33 19 32 2B 38
Octal 277 257 135 0 10 63 31 62 53 70
Binary 10111111 10101111 1011101 0 1000 110011 11001 110010 101011 111000

Color Harmonies of #BFAF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAF5D

Black with #BFAF5D

Text Example


Text Example

White with #BFAF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAF5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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