Html Css Color HEX #BFB460 Gimblet

📋 copy color: '#BFB460'

red 191 ◦ green 180 ◦ blue 96

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

Shades of Gimblet #BFB460

Tints of Gimblet #BFB460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.56%

R = 40.9%
G = 38.54%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BFB460 (or 0xBFB460) is known color: Gimblet. HEX triplet: BF, B4 and 60. RGB value is (191,180,96). Sum of RGB (Red+Green+Blue) = 191+180+96=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB460 is #404B9F. Grayscale: #AEAEAE. Windows color (decimal): -4213664 or 6337727. OLE color: 6337727.

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

Color convert

RGB 191 180 96 -
CMYK 0 0.06 0.50 0.25
HSL 53.05º 0.43% 0.56% -
HSV(B) 53.05º 0.5% 0.75% -
XYZ 39.92 44.56 17.56 -
YUV 173.71 84.14 140.33 -
System Red Green Blue C M Y K H S L
Decimal 191 180 96 0 0.06 0.50 0.25 53.05 0.43 0.56
Hex BF B4 60 0 6 32 19 35 2B 38
Octal 277 264 140 0 6 62 31 65 53 70
Binary 10111111 10110100 1100000 0 110 110010 11001 110101 101011 111000

Color Harmonies of #BFB460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB460

Black with #BFB460

Text Example


Text Example

White with #BFB460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB460; }

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

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

background-color css

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

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

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

border-color css

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

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

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