Html Css Color HEX #BCA75D Gimblet

📋 copy color: '#BCA75D'

red 188 ◦ green 167 ◦ blue 93

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

Shades of Gimblet #BCA75D

Tints of Gimblet #BCA75D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.28%

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

R = 41.96%
G = 37.28%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BCA75D (or 0xBCA75D) is known color: Gimblet. HEX triplet: BC, A7 and 5D. RGB value is (188,167,93). Sum of RGB (Red+Green+Blue) = 188+167+93=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 167 (65.62% from 255 or 37.28% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA75D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA75D is #4358A2. Grayscale: #A5A5A5. Windows color (decimal): -4413603 or 6137788. OLE color: 6137788.

HSL color Cylindrical-coordinate representation of color #BCA75D: hue angle of 46.74º 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 #BCA75D is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 167 93 -
CMYK 0 0.11 0.51 0.26
HSL 46.74º 0.41% 0.55% -
HSV(B) 46.74º 0.51% 0.74% -
XYZ 36.53 39.12 15.98 -
YUV 164.84 87.46 144.52 -
System Red Green Blue C M Y K H S L
Decimal 188 167 93 0 0.11 0.51 0.26 46.74 0.41 0.55
Hex BC A7 5D 0 B 33 1A 2F 29 37
Octal 274 247 135 0 13 63 32 57 51 67
Binary 10111100 10100111 1011101 0 1011 110011 11010 101111 101001 110111

Color Harmonies of #BCA75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA75D

Black with #BCA75D

Text Example


Text Example

White with #BCA75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA75D; }

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

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

background-color css

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

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

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

border-color css

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

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

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