Html Css Color HEX #BFB461 Gimblet

📋 copy color: '#BFB461'

red 191 ◦ green 180 ◦ blue 97

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

Shades of Gimblet #BFB461

Tints of Gimblet #BFB461

RGB

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

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

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

R = 40.81%
G = 38.46%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BFB461 (or 0xBFB461) is known color: Gimblet. HEX triplet: BF, B4 and 61. RGB value is (191,180,97). Sum of RGB (Red+Green+Blue) = 191+180+97=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 97 (38.28% from 255 or 20.73% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB461 is #404B9E. Grayscale: #AEAEAE. Windows color (decimal): -4213663 or 6403263. OLE color: 6403263.

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

Color convert

RGB 191 180 97 -
CMYK 0 0.06 0.49 0.25
HSL 52.98º 0.42% 0.56% -
HSV(B) 52.98º 0.49% 0.75% -
XYZ 39.96 44.58 17.81 -
YUV 173.83 84.64 140.25 -
System Red Green Blue C M Y K H S L
Decimal 191 180 97 0 0.06 0.49 0.25 52.98 0.42 0.56
Hex BF B4 61 0 6 31 19 35 2A 38
Octal 277 264 141 0 6 61 31 65 52 70
Binary 10111111 10110100 1100001 0 110 110001 11001 110101 101010 111000

Color Harmonies of #BFB461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB461

Black with #BFB461

Text Example


Text Example

White with #BFB461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB461; }

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

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

background-color css

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

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

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

border-color css

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

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

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