Html Css Color HEX #BFB15D Gimblet

📋 copy color: '#BFB15D'

red 191 ◦ green 177 ◦ blue 93

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

Shades of Gimblet #BFB15D

Tints of Gimblet #BFB15D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.17%

R = 41.43%
G = 38.39%
B = 20.17%

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

#BFB15D (or 0xBFB15D) is known color: Gimblet. HEX triplet: BF, B1 and 5D. RGB value is (191,177,93). Sum of RGB (Red+Green+Blue) = 191+177+93=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB15D is #404EA2. Grayscale: #ABABAB. Windows color (decimal): -4214435 or 6140351. OLE color: 6140351.

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

Color convert

RGB 191 177 93 -
CMYK 0 0.07 0.51 0.25
HSL 51.43º 0.43% 0.56% -
HSV(B) 51.43º 0.51% 0.75% -
XYZ 39.18 43.31 16.65 -
YUV 171.61 83.64 141.83 -
System Red Green Blue C M Y K H S L
Decimal 191 177 93 0 0.07 0.51 0.25 51.43 0.43 0.56
Hex BF B1 5D 0 7 33 19 33 2B 38
Octal 277 261 135 0 7 63 31 63 53 70
Binary 10111111 10110001 1011101 0 111 110011 11001 110011 101011 111000

Color Harmonies of #BFB15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB15D

Black with #BFB15D

Text Example


Text Example

White with #BFB15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB15D; }

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

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

background-color css

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

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

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

border-color css

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

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

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