Html Css Color HEX #BFB066 Gimblet

📋 copy color: '#BFB066'

red 191 ◦ green 176 ◦ blue 102

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

Shades of Gimblet #BFB066

Tints of Gimblet #BFB066

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.53%

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

R = 40.72%
G = 37.53%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BFB066 (or 0xBFB066) is known color: Gimblet. HEX triplet: BF, B0 and 66. RGB value is (191,176,102). Sum of RGB (Red+Green+Blue) = 191+176+102=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB066 is #404F99. Grayscale: #ACACAC. Windows color (decimal): -4214682 or 6729919. OLE color: 6729919.

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

Color convert

RGB 191 176 102 -
CMYK 0 0.08 0.47 0.25
HSL 49.89º 0.41% 0.57% -
HSV(B) 49.89º 0.47% 0.75% -
XYZ 39.41 43.09 18.81 -
YUV 172.05 88.47 141.52 -
System Red Green Blue C M Y K H S L
Decimal 191 176 102 0 0.08 0.47 0.25 49.89 0.41 0.57
Hex BF B0 66 0 8 2F 19 32 29 39
Octal 277 260 146 0 10 57 31 62 51 71
Binary 10111111 10110000 1100110 0 1000 101111 11001 110010 101001 111001

Color Harmonies of #BFB066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB066

Black with #BFB066

Text Example


Text Example

White with #BFB066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB066; }

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

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

background-color css

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

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

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

border-color css

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

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

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