Html Css Color HEX #BFB65E Gimblet

📋 copy color: '#BFB65E'

red 191 ◦ green 182 ◦ blue 94

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

Shades of Gimblet #BFB65E

Tints of Gimblet #BFB65E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.97%

 BLUE value IS 94 (37.11% from 255) = 20.13%

R = 40.9%
G = 38.97%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BFB65E (or 0xBFB65E) is known color: Gimblet. HEX triplet: BF, B6 and 5E. RGB value is (191,182,94). Sum of RGB (Red+Green+Blue) = 191+182+94=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 182 (71.48% from 255 or 38.97% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB65E is #4049A1. Grayscale: #AFAFAF. Windows color (decimal): -4213154 or 6207167. OLE color: 6207167.

HSL color Cylindrical-coordinate representation of color #BFB65E: hue angle of 54.43º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFB65E is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 182 94 -
CMYK 0 0.05 0.51 0.25
HSL 54.43º 0.43% 0.56% -
HSV(B) 54.43º 0.51% 0.75% -
XYZ 40.23 45.34 17.22 -
YUV 174.66 82.48 139.66 -
System Red Green Blue C M Y K H S L
Decimal 191 182 94 0 0.05 0.51 0.25 54.43 0.43 0.56
Hex BF B6 5E 0 5 33 19 36 2B 38
Octal 277 266 136 0 5 63 31 66 53 70
Binary 10111111 10110110 1011110 0 101 110011 11001 110110 101011 111000

Color Harmonies of #BFB65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB65E

Black with #BFB65E

Text Example


Text Example

White with #BFB65E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB65E; }

 p { color: rgb(191,182,94); }

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

background-color css

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

 a { background-color: rgb(191,182,94); }

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

border-color css

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

 span { border-color: rgb(191,182,94); }

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