Html Css Color HEX #BFB166 Gimblet

📋 copy color: '#BFB166'

red 191 ◦ green 177 ◦ blue 102

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

Shades of Gimblet #BFB166

Tints of Gimblet #BFB166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.7%

R = 40.64%
G = 37.66%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BFB166 (or 0xBFB166) is known color: Gimblet. HEX triplet: BF, B1 and 66. RGB value is (191,177,102). Sum of RGB (Red+Green+Blue) = 191+177+102=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 177 (69.53% from 255 or 37.66% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB166 is #404E99. Grayscale: #ACACAC. Windows color (decimal): -4214426 or 6730175. OLE color: 6730175.

HSL color Cylindrical-coordinate representation of color #BFB166: hue angle of 50.56º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFB166 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 177 102 -
CMYK 0 0.07 0.47 0.25
HSL 50.56º 0.41% 0.57% -
HSV(B) 50.56º 0.47% 0.75% -
XYZ 39.61 43.48 18.88 -
YUV 172.64 88.14 141.1 -
System Red Green Blue C M Y K H S L
Decimal 191 177 102 0 0.07 0.47 0.25 50.56 0.41 0.57
Hex BF B1 66 0 7 2F 19 33 29 39
Octal 277 261 146 0 7 57 31 63 51 71
Binary 10111111 10110001 1100110 0 111 101111 11001 110011 101001 111001

Color Harmonies of #BFB166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB166

Black with #BFB166

Text Example


Text Example

White with #BFB166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB166; }

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

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

background-color css

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

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

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

border-color css

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

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

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