Html Css Color HEX #BFB15E Gimblet

📋 copy color: '#BFB15E'

red 191 ◦ green 177 ◦ blue 94

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

Shades of Gimblet #BFB15E

Tints of Gimblet #BFB15E

RGB

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

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

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

R = 41.34%
G = 38.31%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BFB15E (or 0xBFB15E) is known color: Gimblet. HEX triplet: BF, B1 and 5E. RGB value is (191,177,94). Sum of RGB (Red+Green+Blue) = 191+177+94=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 177 (69.53% from 255 or 38.31% from 462); Blue value is 94 (37.11% from 255 or 20.35% from 462); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB15E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB15E is #404EA1. Grayscale: #ACACAC. Windows color (decimal): -4214434 or 6205887. OLE color: 6205887.

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

Color convert

RGB 191 177 94 -
CMYK 0 0.07 0.51 0.25
HSL 51.34º 0.43% 0.56% -
HSV(B) 51.34º 0.51% 0.75% -
XYZ 39.23 43.33 16.89 -
YUV 171.72 84.14 141.75 -
System Red Green Blue C M Y K H S L
Decimal 191 177 94 0 0.07 0.51 0.25 51.34 0.43 0.56
Hex BF B1 5E 0 7 33 19 33 2B 38
Octal 277 261 136 0 7 63 31 63 53 70
Binary 10111111 10110001 1011110 0 111 110011 11001 110011 101011 111000

Color Harmonies of #BFB15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB15E

Black with #BFB15E

Text Example


Text Example

White with #BFB15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB15E; }

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

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

background-color css

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

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

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

border-color css

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

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

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