Html Css Color HEX #BCD727 Fuego

📋 copy color: '#BCD727'

red 188 ◦ green 215 ◦ blue 39

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

Shades of Fuego #BCD727

Tints of Fuego #BCD727

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.64%

 BLUE value IS 39 (15.63% from 255) = 8.82%

R = 42.53%
G = 48.64%
B = 8.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#BCD727 (or 0xBCD727) is known color: Fuego. HEX triplet: BC, D7 and 27. RGB value is (188,215,39). Sum of RGB (Red+Green+Blue) = 188+215+39=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 215 (84.38% from 255 or 48.64% from 442); Blue value is 39 (15.62% from 255 or 8.82% from 442); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD727 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD727 is #4328D8. Grayscale: #BBBBBB. Windows color (decimal): -4401369 or 2611132. OLE color: 2611132.

HSL color Cylindrical-coordinate representation of color #BCD727: hue angle of 69.2º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCD727 is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 215 39 -
CMYK 0.13 0 0.82 0.16
HSL 69.2º 0.69% 0.5% -
HSV(B) 69.2º 0.82% 0.84% -
XYZ 45.41 59.44 11 -
YUV 186.86 44.55 128.81 -
System Red Green Blue C M Y K H S L
Decimal 188 215 39 0.13 0 0.82 0.16 69.2 0.69 0.5
Hex BC D7 27 D 0 52 10 45 45 32
Octal 274 327 47 15 0 122 20 105 105 62
Binary 10111100 11010111 100111 1101 0 1010010 10000 1000101 1000101 110010

Color Harmonies of #BCD727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD727

Black with #BCD727

Text Example


Text Example

White with #BCD727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD727; }

 p { color: rgb(188,215,39); }

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

background-color css

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

 a { background-color: rgb(188,215,39); }

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

border-color css

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

 span { border-color: rgb(188,215,39); }

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