Html Css Color HEX #BFB358 Gimblet

📋 copy color: '#BFB358'

red 191 ◦ green 179 ◦ blue 88

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

Shades of Gimblet #BFB358

Tints of Gimblet #BFB358

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.08%

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

R = 41.7%
G = 39.08%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BFB358 (or 0xBFB358) is known color: Gimblet. HEX triplet: BF, B3 and 58. RGB value is (191,179,88). Sum of RGB (Red+Green+Blue) = 191+179+88=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 88 (34.77% from 255 or 19.21% from 458); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB358 is #404CA7. Grayscale: #ACACAC. Windows color (decimal): -4213928 or 5813183. OLE color: 5813183.

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

Color convert

RGB 191 179 88 -
CMYK 0 0.06 0.54 0.25
HSL 53.01º 0.45% 0.55% -
HSV(B) 53.01º 0.54% 0.75% -
XYZ 39.37 44.02 15.65 -
YUV 172.21 80.48 141.4 -
System Red Green Blue C M Y K H S L
Decimal 191 179 88 0 0.06 0.54 0.25 53.01 0.45 0.55
Hex BF B3 58 0 6 36 19 35 2D 37
Octal 277 263 130 0 6 66 31 65 55 67
Binary 10111111 10110011 1011000 0 110 110110 11001 110101 101101 110111

Color Harmonies of #BFB358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB358

Black with #BFB358

Text Example


Text Example

White with #BFB358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB358; }

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

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

background-color css

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

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

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

border-color css

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

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

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