Html Css Color HEX #BFB158 Gimblet

📋 copy color: '#BFB158'

red 191 ◦ green 177 ◦ blue 88

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

Shades of Gimblet #BFB158

Tints of Gimblet #BFB158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.3%

R = 41.89%
G = 38.82%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BFB158 (or 0xBFB158) is known color: Gimblet. HEX triplet: BF, B1 and 58. RGB value is (191,177,88). Sum of RGB (Red+Green+Blue) = 191+177+88=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 88 (34.77% from 255 or 19.30% from 456); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB158 is #404EA7. Grayscale: #ABABAB. Windows color (decimal): -4214440 or 5812671. OLE color: 5812671.

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

Color convert

RGB 191 177 88 -
CMYK 0 0.07 0.54 0.25
HSL 51.84º 0.45% 0.55% -
HSV(B) 51.84º 0.54% 0.75% -
XYZ 38.97 43.23 15.52 -
YUV 171.04 81.14 142.24 -
System Red Green Blue C M Y K H S L
Decimal 191 177 88 0 0.07 0.54 0.25 51.84 0.45 0.55
Hex BF B1 58 0 7 36 19 34 2D 37
Octal 277 261 130 0 7 66 31 64 55 67
Binary 10111111 10110001 1011000 0 111 110110 11001 110100 101101 110111

Color Harmonies of #BFB158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB158

Black with #BFB158

Text Example


Text Example

White with #BFB158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB158; }

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

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

background-color css

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

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

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

border-color css

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

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

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