Html Css Color HEX #BCB15F Gimblet

📋 copy color: '#BCB15F'

red 188 ◦ green 177 ◦ blue 95

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

Shades of Gimblet #BCB15F

Tints of Gimblet #BCB15F

RGB

 RED value IS 188 (73.83% from 255) = 40.87%

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

 BLUE value IS 95 (37.5% from 255) = 20.65%

R = 40.87%
G = 38.48%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BCB15F (or 0xBCB15F) is known color: Gimblet. HEX triplet: BC, B1 and 5F. RGB value is (188,177,95). Sum of RGB (Red+Green+Blue) = 188+177+95=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 177 (69.53% from 255 or 38.48% from 460); Blue value is 95 (37.5% from 255 or 20.65% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB15F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB15F is #434EA0. Grayscale: #ABABAB. Windows color (decimal): -4411041 or 6271420. OLE color: 6271420.

HSL color Cylindrical-coordinate representation of color #BCB15F: hue angle of 52.9º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCB15F is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 177 95 -
CMYK 0 0.06 0.49 0.26
HSL 52.9º 0.41% 0.55% -
HSV(B) 52.9º 0.49% 0.74% -
XYZ 38.53 42.96 17.09 -
YUV 170.94 85.14 140.17 -
System Red Green Blue C M Y K H S L
Decimal 188 177 95 0 0.06 0.49 0.26 52.9 0.41 0.55
Hex BC B1 5F 0 6 31 1A 35 29 37
Octal 274 261 137 0 6 61 32 65 51 67
Binary 10111100 10110001 1011111 0 110 110001 11010 110101 101001 110111

Color Harmonies of #BCB15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB15F

Black with #BCB15F

Text Example


Text Example

White with #BCB15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB15F; }

 p { color: rgb(188,177,95); }

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

background-color css

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

 a { background-color: rgb(188,177,95); }

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

border-color css

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

 span { border-color: rgb(188,177,95); }

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