Html Css Color HEX #BCB25A Gimblet

📋 copy color: '#BCB25A'

red 188 ◦ green 178 ◦ blue 90

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

Shades of Gimblet #BCB25A

Tints of Gimblet #BCB25A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.04%

 BLUE value IS 90 (35.55% from 255) = 19.74%

R = 41.23%
G = 39.04%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BCB25A (or 0xBCB25A) is known color: Gimblet. HEX triplet: BC, B2 and 5A. RGB value is (188,178,90). Sum of RGB (Red+Green+Blue) = 188+178+90=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 178 (69.92% from 255 or 39.04% from 456); Blue value is 90 (35.55% from 255 or 19.74% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB25A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB25A is #434DA5. Grayscale: #ABABAB. Windows color (decimal): -4410790 or 5943996. OLE color: 5943996.

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

Color convert

RGB 188 178 90 -
CMYK 0 0.05 0.52 0.26
HSL 53.88º 0.42% 0.55% -
HSV(B) 53.88º 0.52% 0.74% -
XYZ 38.5 43.27 16 -
YUV 170.96 82.31 140.16 -
System Red Green Blue C M Y K H S L
Decimal 188 178 90 0 0.05 0.52 0.26 53.88 0.42 0.55
Hex BC B2 5A 0 5 34 1A 36 2A 37
Octal 274 262 132 0 5 64 32 66 52 67
Binary 10111100 10110010 1011010 0 101 110100 11010 110110 101010 110111

Color Harmonies of #BCB25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB25A

Black with #BCB25A

Text Example


Text Example

White with #BCB25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB25A; }

 p { color: rgb(188,178,90); }

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

background-color css

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

 a { background-color: rgb(188,178,90); }

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

border-color css

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

 span { border-color: rgb(188,178,90); }

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