Html Css Color HEX #BCB058 Gimblet

📋 copy color: '#BCB058'

red 188 ◦ green 176 ◦ blue 88

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

Shades of Gimblet #BCB058

Tints of Gimblet #BCB058

RGB

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

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

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

R = 41.59%
G = 38.94%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BCB058 (or 0xBCB058) is known color: Gimblet. HEX triplet: BC, B0 and 58. RGB value is (188,176,88). Sum of RGB (Red+Green+Blue) = 188+176+88=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 176 (69.14% from 255 or 38.94% from 452); Blue value is 88 (34.77% from 255 or 19.47% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB058 is #434FA7. Grayscale: #A9A9A9. Windows color (decimal): -4411304 or 5812412. OLE color: 5812412.

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

Color convert

RGB 188 176 88 -
CMYK 0 0.06 0.53 0.26
HSL 52.8º 0.43% 0.54% -
HSV(B) 52.8º 0.53% 0.74% -
XYZ 38.03 42.45 15.42 -
YUV 169.56 81.98 141.16 -
System Red Green Blue C M Y K H S L
Decimal 188 176 88 0 0.06 0.53 0.26 52.8 0.43 0.54
Hex BC B0 58 0 6 35 1A 35 2B 36
Octal 274 260 130 0 6 65 32 65 53 66
Binary 10111100 10110000 1011000 0 110 110101 11010 110101 101011 110110

Color Harmonies of #BCB058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB058

Black with #BCB058

Text Example


Text Example

White with #BCB058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB058; }

 p { color: rgb(188,176,88); }

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

background-color css

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

 a { background-color: rgb(188,176,88); }

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

border-color css

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

 span { border-color: rgb(188,176,88); }

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