Html Css Color HEX #BCB35D Gimblet

📋 copy color: '#BCB35D'

red 188 ◦ green 179 ◦ blue 93

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

Shades of Gimblet #BCB35D

Tints of Gimblet #BCB35D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.22%

R = 40.87%
G = 38.91%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BCB35D (or 0xBCB35D) is known color: Gimblet. HEX triplet: BC, B3 and 5D. RGB value is (188,179,93). Sum of RGB (Red+Green+Blue) = 188+179+93=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB35D is #434CA2. Grayscale: #ACACAC. Windows color (decimal): -4410531 or 6140860. OLE color: 6140860.

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

Color convert

RGB 188 179 93 -
CMYK 0 0.05 0.51 0.26
HSL 54.32º 0.41% 0.55% -
HSV(B) 54.32º 0.51% 0.74% -
XYZ 38.83 43.72 16.75 -
YUV 171.89 83.48 139.49 -
System Red Green Blue C M Y K H S L
Decimal 188 179 93 0 0.05 0.51 0.26 54.32 0.41 0.55
Hex BC B3 5D 0 5 33 1A 36 29 37
Octal 274 263 135 0 5 63 32 66 51 67
Binary 10111100 10110011 1011101 0 101 110011 11010 110110 101001 110111

Color Harmonies of #BCB35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB35D

Black with #BCB35D

Text Example


Text Example

White with #BCB35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB35D; }

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

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

background-color css

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

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

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

border-color css

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

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

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