Html Css Color HEX #BFB161 Gimblet

📋 copy color: '#BFB161'

red 191 ◦ green 177 ◦ blue 97

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

Shades of Gimblet #BFB161

Tints of Gimblet #BFB161

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.06%

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

R = 41.08%
G = 38.06%
B = 20.86%

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

#BFB161 (or 0xBFB161) is known color: Gimblet. HEX triplet: BF, B1 and 61. RGB value is (191,177,97). Sum of RGB (Red+Green+Blue) = 191+177+97=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 177 (69.53% from 255 or 38.06% from 465); Blue value is 97 (38.28% from 255 or 20.86% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB161 is #404E9E. Grayscale: #ACACAC. Windows color (decimal): -4214431 or 6402495. OLE color: 6402495.

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

Color convert

RGB 191 177 97 -
CMYK 0 0.07 0.49 0.25
HSL 51.06º 0.42% 0.56% -
HSV(B) 51.06º 0.49% 0.75% -
XYZ 39.37 43.38 17.61 -
YUV 172.07 85.64 141.5 -
System Red Green Blue C M Y K H S L
Decimal 191 177 97 0 0.07 0.49 0.25 51.06 0.42 0.56
Hex BF B1 61 0 7 31 19 33 2A 38
Octal 277 261 141 0 7 61 31 63 52 70
Binary 10111111 10110001 1100001 0 111 110001 11001 110011 101010 111000

Color Harmonies of #BFB161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB161

Black with #BFB161

Text Example


Text Example

White with #BFB161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB161; }

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

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

background-color css

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

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

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

border-color css

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

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

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