Html Css Color HEX #BFB258 Gimblet

📋 copy color: '#BFB258'

red 191 ◦ green 178 ◦ blue 88

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

Shades of Gimblet #BFB258

Tints of Gimblet #BFB258

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.95%

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

R = 41.79%
G = 38.95%
B = 19.26%

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

#BFB258 (or 0xBFB258) is known color: Gimblet. HEX triplet: BF, B2 and 58. RGB value is (191,178,88). Sum of RGB (Red+Green+Blue) = 191+178+88=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 178 (69.92% from 255 or 38.95% from 457); Blue value is 88 (34.77% from 255 or 19.26% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB258 is #404DA7. Grayscale: #ACACAC. Windows color (decimal): -4214184 or 5812927. OLE color: 5812927.

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

Color convert

RGB 191 178 88 -
CMYK 0 0.07 0.54 0.25
HSL 52.43º 0.45% 0.55% -
HSV(B) 52.43º 0.54% 0.75% -
XYZ 39.17 43.62 15.59 -
YUV 171.63 80.81 141.82 -
System Red Green Blue C M Y K H S L
Decimal 191 178 88 0 0.07 0.54 0.25 52.43 0.45 0.55
Hex BF B2 58 0 7 36 19 34 2D 37
Octal 277 262 130 0 7 66 31 64 55 67
Binary 10111111 10110010 1011000 0 111 110110 11001 110100 101101 110111

Color Harmonies of #BFB258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB258

Black with #BFB258

Text Example


Text Example

White with #BFB258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB258; }

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

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

background-color css

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

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

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

border-color css

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

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

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