Html Css Color HEX #BFB561 Gimblet

📋 copy color: '#BFB561'

red 191 ◦ green 181 ◦ blue 97

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

Shades of Gimblet #BFB561

Tints of Gimblet #BFB561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.68%

R = 40.72%
G = 38.59%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BFB561 (or 0xBFB561) is known color: Gimblet. HEX triplet: BF, B5 and 61. RGB value is (191,181,97). Sum of RGB (Red+Green+Blue) = 191+181+97=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 97 (38.28% from 255 or 20.68% from 469); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB561 is #404A9E. Grayscale: #AEAEAE. Windows color (decimal): -4213407 or 6403519. OLE color: 6403519.

HSL color Cylindrical-coordinate representation of color #BFB561: hue angle of 53.62º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFB561 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 181 97 -
CMYK 0 0.05 0.49 0.25
HSL 53.62º 0.42% 0.56% -
HSV(B) 53.62º 0.49% 0.75% -
XYZ 40.17 44.99 17.88 -
YUV 174.41 84.31 139.83 -
System Red Green Blue C M Y K H S L
Decimal 191 181 97 0 0.05 0.49 0.25 53.62 0.42 0.56
Hex BF B5 61 0 5 31 19 36 2A 38
Octal 277 265 141 0 5 61 31 66 52 70
Binary 10111111 10110101 1100001 0 101 110001 11001 110110 101010 111000

Color Harmonies of #BFB561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB561

Black with #BFB561

Text Example


Text Example

White with #BFB561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB561; }

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

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

background-color css

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

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

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

border-color css

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

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

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