Html Css Color HEX #BFB060 Gimblet

📋 copy color: '#BFB060'

red 191 ◦ green 176 ◦ blue 96

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

Shades of Gimblet #BFB060

Tints of Gimblet #BFB060

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.01%

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

R = 41.25%
G = 38.01%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BFB060 (or 0xBFB060) is known color: Gimblet. HEX triplet: BF, B0 and 60. RGB value is (191,176,96). Sum of RGB (Red+Green+Blue) = 191+176+96=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB060 is #404F9F. Grayscale: #ABABAB. Windows color (decimal): -4214688 or 6336703. OLE color: 6336703.

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

Color convert

RGB 191 176 96 -
CMYK 0 0.08 0.50 0.25
HSL 50.53º 0.43% 0.56% -
HSV(B) 50.53º 0.5% 0.75% -
XYZ 39.12 42.97 17.3 -
YUV 171.37 85.47 142 -
System Red Green Blue C M Y K H S L
Decimal 191 176 96 0 0.08 0.50 0.25 50.53 0.43 0.56
Hex BF B0 60 0 8 32 19 33 2B 38
Octal 277 260 140 0 10 62 31 63 53 70
Binary 10111111 10110000 1100000 0 1000 110010 11001 110011 101011 111000

Color Harmonies of #BFB060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB060

Black with #BFB060

Text Example


Text Example

White with #BFB060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB060; }

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

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

background-color css

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

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

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

border-color css

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

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

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