Html Css Color HEX #BFB165 Gimblet

📋 copy color: '#BFB165'

red 191 ◦ green 177 ◦ blue 101

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

Shades of Gimblet #BFB165

Tints of Gimblet #BFB165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.54%

R = 40.72%
G = 37.74%
B = 21.54%

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

#BFB165 (or 0xBFB165) is known color: Gimblet. HEX triplet: BF, B1 and 65. RGB value is (191,177,101). Sum of RGB (Red+Green+Blue) = 191+177+101=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB165 is #404E9A. Grayscale: #ACACAC. Windows color (decimal): -4214427 or 6664639. OLE color: 6664639.

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

Color convert

RGB 191 177 101 -
CMYK 0 0.07 0.47 0.25
HSL 50.67º 0.41% 0.57% -
HSV(B) 50.67º 0.47% 0.75% -
XYZ 39.56 43.46 18.62 -
YUV 172.52 87.64 141.18 -
System Red Green Blue C M Y K H S L
Decimal 191 177 101 0 0.07 0.47 0.25 50.67 0.41 0.57
Hex BF B1 65 0 7 2F 19 33 29 39
Octal 277 261 145 0 7 57 31 63 51 71
Binary 10111111 10110001 1100101 0 111 101111 11001 110011 101001 111001

Color Harmonies of #BFB165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB165

Black with #BFB165

Text Example


Text Example

White with #BFB165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB165; }

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

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

background-color css

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

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

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

border-color css

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

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

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