Html Css Color HEX #BCB05D Gimblet

📋 copy color: '#BCB05D'

red 188 ◦ green 176 ◦ blue 93

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

Shades of Gimblet #BCB05D

Tints of Gimblet #BCB05D

RGB

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

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

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

R = 41.14%
G = 38.51%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BCB05D (or 0xBCB05D) is known color: Gimblet. HEX triplet: BC, B0 and 5D. RGB value is (188,176,93). Sum of RGB (Red+Green+Blue) = 188+176+93=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB05D is #434FA2. Grayscale: #AAAAAA. Windows color (decimal): -4411299 or 6140092. OLE color: 6140092.

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

Color convert

RGB 188 176 93 -
CMYK 0 0.06 0.51 0.26
HSL 52.42º 0.41% 0.55% -
HSV(B) 52.42º 0.51% 0.74% -
XYZ 38.24 42.53 16.55 -
YUV 170.13 84.48 140.75 -
System Red Green Blue C M Y K H S L
Decimal 188 176 93 0 0.06 0.51 0.26 52.42 0.41 0.55
Hex BC B0 5D 0 6 33 1A 34 29 37
Octal 274 260 135 0 6 63 32 64 51 67
Binary 10111100 10110000 1011101 0 110 110011 11010 110100 101001 110111

Color Harmonies of #BCB05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB05D

Black with #BCB05D

Text Example


Text Example

White with #BCB05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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