Html Css Color HEX #BCB062 Gimblet

📋 copy color: '#BCB062'

red 188 ◦ green 176 ◦ blue 98

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

Shades of Gimblet #BCB062

Tints of Gimblet #BCB062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.21%

R = 40.69%
G = 38.1%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BCB062 (or 0xBCB062) is known color: Gimblet. HEX triplet: BC, B0 and 62. RGB value is (188,176,98). Sum of RGB (Red+Green+Blue) = 188+176+98=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 176 (69.14% from 255 or 38.10% from 462); Blue value is 98 (38.67% from 255 or 21.21% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB062 is #434F9D. Grayscale: #ABABAB. Windows color (decimal): -4411294 or 6467772. OLE color: 6467772.

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

Color convert

RGB 188 176 98 -
CMYK 0 0.06 0.48 0.26
HSL 52º 0.4% 0.56% -
HSV(B) 52º 0.48% 0.74% -
XYZ 38.47 42.62 17.75 -
YUV 170.7 86.98 140.34 -
System Red Green Blue C M Y K H S L
Decimal 188 176 98 0 0.06 0.48 0.26 52 0.4 0.56
Hex BC B0 62 0 6 30 1A 34 28 38
Octal 274 260 142 0 6 60 32 64 50 70
Binary 10111100 10110000 1100010 0 110 110000 11010 110100 101000 111000

Color Harmonies of #BCB062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB062

Black with #BCB062

Text Example


Text Example

White with #BCB062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB062; }

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

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

background-color css

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

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

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

border-color css

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

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

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