Html Css Color HEX #BCB35E Gimblet

📋 copy color: '#BCB35E'

red 188 ◦ green 179 ◦ blue 94

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

Shades of Gimblet #BCB35E

Tints of Gimblet #BCB35E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.83%

 BLUE value IS 94 (37.11% from 255) = 20.39%

R = 40.78%
G = 38.83%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BCB35E (or 0xBCB35E) is known color: Gimblet. HEX triplet: BC, B3 and 5E. RGB value is (188,179,94). Sum of RGB (Red+Green+Blue) = 188+179+94=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 179 (70.31% from 255 or 38.83% from 461); Blue value is 94 (37.11% from 255 or 20.39% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB35E is #434CA1. Grayscale: #ACACAC. Windows color (decimal): -4410530 or 6206396. OLE color: 6206396.

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

Color convert

RGB 188 179 94 -
CMYK 0 0.05 0.50 0.26
HSL 54.26º 0.41% 0.55% -
HSV(B) 54.26º 0.5% 0.74% -
XYZ 38.88 43.74 16.98 -
YUV 172 83.98 139.41 -
System Red Green Blue C M Y K H S L
Decimal 188 179 94 0 0.05 0.50 0.26 54.26 0.41 0.55
Hex BC B3 5E 0 5 32 1A 36 29 37
Octal 274 263 136 0 5 62 32 66 51 67
Binary 10111100 10110011 1011110 0 101 110010 11010 110110 101001 110111

Color Harmonies of #BCB35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB35E

Black with #BCB35E

Text Example


Text Example

White with #BCB35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB35E; }

 p { color: rgb(188,179,94); }

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

background-color css

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

 a { background-color: rgb(188,179,94); }

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

border-color css

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

 span { border-color: rgb(188,179,94); }

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