Html Css Color HEX #BFB560 Gimblet

📋 copy color: '#BFB560'

red 191 ◦ green 181 ◦ blue 96

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

Shades of Gimblet #BFB560

Tints of Gimblet #BFB560

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.68%

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

R = 40.81%
G = 38.68%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BFB560 (or 0xBFB560) is known color: Gimblet. HEX triplet: BF, B5 and 60. RGB value is (191,181,96). Sum of RGB (Red+Green+Blue) = 191+181+96=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB560 is #404A9F. Grayscale: #AEAEAE. Windows color (decimal): -4213408 or 6337983. OLE color: 6337983.

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

Color convert

RGB 191 181 96 -
CMYK 0 0.05 0.50 0.25
HSL 53.68º 0.43% 0.56% -
HSV(B) 53.68º 0.5% 0.75% -
XYZ 40.12 44.97 17.63 -
YUV 174.3 83.81 139.91 -
System Red Green Blue C M Y K H S L
Decimal 191 181 96 0 0.05 0.50 0.25 53.68 0.43 0.56
Hex BF B5 60 0 5 32 19 36 2B 38
Octal 277 265 140 0 5 62 31 66 53 70
Binary 10111111 10110101 1100000 0 101 110010 11001 110110 101011 111000

Color Harmonies of #BFB560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB560

Black with #BFB560

Text Example


Text Example

White with #BFB560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB560; }

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

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

background-color css

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

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

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

border-color css

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

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

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