Html Css Color HEX #BFB261 Gimblet

📋 copy color: '#BFB261'

red 191 ◦ green 178 ◦ blue 97

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

Shades of Gimblet #BFB261

Tints of Gimblet #BFB261

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.2%

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

R = 40.99%
G = 38.2%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BFB261 (or 0xBFB261) is known color: Gimblet. HEX triplet: BF, B2 and 61. RGB value is (191,178,97). Sum of RGB (Red+Green+Blue) = 191+178+97=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 178 (69.92% from 255 or 38.20% from 466); Blue value is 97 (38.28% from 255 or 20.82% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB261 is #404D9E. Grayscale: #ACACAC. Windows color (decimal): -4214175 or 6402751. OLE color: 6402751.

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

Color convert

RGB 191 178 97 -
CMYK 0 0.07 0.49 0.25
HSL 51.7º 0.42% 0.56% -
HSV(B) 51.7º 0.49% 0.75% -
XYZ 39.56 43.78 17.67 -
YUV 172.65 85.31 141.09 -
System Red Green Blue C M Y K H S L
Decimal 191 178 97 0 0.07 0.49 0.25 51.7 0.42 0.56
Hex BF B2 61 0 7 31 19 34 2A 38
Octal 277 262 141 0 7 61 31 64 52 70
Binary 10111111 10110010 1100001 0 111 110001 11001 110100 101010 111000

Color Harmonies of #BFB261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB261

Black with #BFB261

Text Example


Text Example

White with #BFB261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB261; }

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

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

background-color css

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

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

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

border-color css

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

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

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