Html Css Color HEX #BFB45C Gimblet

📋 copy color: '#BFB45C'

red 191 ◦ green 180 ◦ blue 92

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

Shades of Gimblet #BFB45C

Tints of Gimblet #BFB45C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.88%

 BLUE value IS 92 (36.33% from 255) = 19.87%

R = 41.25%
G = 38.88%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BFB45C (or 0xBFB45C) is known color: Gimblet. HEX triplet: BF, B4 and 5C. RGB value is (191,180,92). Sum of RGB (Red+Green+Blue) = 191+180+92=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 92 (36.33% from 255 or 19.87% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB45C is #404BA3. Grayscale: #ADADAD. Windows color (decimal): -4213668 or 6075583. OLE color: 6075583.

HSL color Cylindrical-coordinate representation of color #BFB45C: hue angle of 53.33º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFB45C is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 180 92 -
CMYK 0 0.06 0.52 0.25
HSL 53.33º 0.44% 0.55% -
HSV(B) 53.33º 0.52% 0.75% -
XYZ 39.74 44.49 16.62 -
YUV 173.26 82.14 140.66 -
System Red Green Blue C M Y K H S L
Decimal 191 180 92 0 0.06 0.52 0.25 53.33 0.44 0.55
Hex BF B4 5C 0 6 34 19 35 2C 37
Octal 277 264 134 0 6 64 31 65 54 67
Binary 10111111 10110100 1011100 0 110 110100 11001 110101 101100 110111

Color Harmonies of #BFB45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB45C

Black with #BFB45C

Text Example


Text Example

White with #BFB45C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB45C; }

 p { color: rgb(191,180,92); }

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

background-color css

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

 a { background-color: rgb(191,180,92); }

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

border-color css

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

 span { border-color: rgb(191,180,92); }

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