Html Css Color HEX #BFB057 Gimblet

📋 copy color: '#BFB057'

red 191 ◦ green 176 ◦ blue 87

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

Shades of Gimblet #BFB057

Tints of Gimblet #BFB057

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.77%

 BLUE value IS 87 (34.38% from 255) = 19.16%

R = 42.07%
G = 38.77%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BFB057 (or 0xBFB057) is known color: Gimblet. HEX triplet: BF, B0 and 57. RGB value is (191,176,87). Sum of RGB (Red+Green+Blue) = 191+176+87=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 87 (34.38% from 255 or 19.16% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB057 is #404FA8. Grayscale: #AAAAAA. Windows color (decimal): -4214697 or 5746879. OLE color: 5746879.

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

Color convert

RGB 191 176 87 -
CMYK 0 0.08 0.54 0.25
HSL 51.35º 0.45% 0.55% -
HSV(B) 51.35º 0.54% 0.75% -
XYZ 38.73 42.82 15.24 -
YUV 170.34 80.97 142.74 -
System Red Green Blue C M Y K H S L
Decimal 191 176 87 0 0.08 0.54 0.25 51.35 0.45 0.55
Hex BF B0 57 0 8 36 19 33 2D 37
Octal 277 260 127 0 10 66 31 63 55 67
Binary 10111111 10110000 1010111 0 1000 110110 11001 110011 101101 110111

Color Harmonies of #BFB057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB057

Black with #BFB057

Text Example


Text Example

White with #BFB057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB057; }

 p { color: rgb(191,176,87); }

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

background-color css

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

 a { background-color: rgb(191,176,87); }

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

border-color css

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

 span { border-color: rgb(191,176,87); }

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