Html Css Color HEX #BFB15B Gimblet

📋 copy color: '#BFB15B'

red 191 ◦ green 177 ◦ blue 91

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

Shades of Gimblet #BFB15B

Tints of Gimblet #BFB15B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.83%

R = 41.61%
G = 38.56%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BFB15B (or 0xBFB15B) is known color: Gimblet. HEX triplet: BF, B1 and 5B. RGB value is (191,177,91). Sum of RGB (Red+Green+Blue) = 191+177+91=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB15B is #404EA4. Grayscale: #ABABAB. Windows color (decimal): -4214437 or 6009279. OLE color: 6009279.

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

Color convert

RGB 191 177 91 -
CMYK 0 0.07 0.52 0.25
HSL 51.6º 0.44% 0.55% -
HSV(B) 51.6º 0.52% 0.75% -
XYZ 39.1 43.28 16.19 -
YUV 171.38 82.64 141.99 -
System Red Green Blue C M Y K H S L
Decimal 191 177 91 0 0.07 0.52 0.25 51.6 0.44 0.55
Hex BF B1 5B 0 7 34 19 34 2C 37
Octal 277 261 133 0 7 64 31 64 54 67
Binary 10111111 10110001 1011011 0 111 110100 11001 110100 101100 110111

Color Harmonies of #BFB15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB15B

Black with #BFB15B

Text Example


Text Example

White with #BFB15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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