Html Css Color HEX #BCBC1A La Rioja

📋 copy color: '#BCBC1A'

red 188 ◦ green 188 ◦ blue 26

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

Shades of La Rioja #BCBC1A

Tints of La Rioja #BCBC1A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.77%

 BLUE value IS 26 (10.55% from 255) = 6.47%

R = 46.77%
G = 46.77%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BCBC1A (or 0xBCBC1A) is known color: La Rioja. HEX triplet: BC, BC and 1A. RGB value is (188,188,26). Sum of RGB (Red+Green+Blue) = 188+188+26=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 26 (10.55% from 255 or 6.47% from 402); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBC1A is #4343E5. Grayscale: #AAAAAA. Windows color (decimal): -4408294 or 1752252. OLE color: 1752252.

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

Color convert

RGB 188 188 26 -
CMYK 0 0 0.86 0.26
HSL 60º 0.76% 0.42% -
HSV(B) 60º 0.86% 0.74% -
XYZ 38.91 46.73 7.95 -
YUV 169.53 47 141.17 -
System Red Green Blue C M Y K H S L
Decimal 188 188 26 0 0 0.86 0.26 60 0.76 0.42
Hex BC BC 1A 0 0 56 1A 3C 4C 2A
Octal 274 274 32 0 0 126 32 74 114 52
Binary 10111100 10111100 11010 0 0 1010110 11010 111100 1001100 101010

Color Harmonies of #BCBC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBC1A

Black with #BCBC1A

Text Example


Text Example

White with #BCBC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBC1A; }

 p { color: rgb(188,188,26); }

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

background-color css

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

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

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

border-color css

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

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

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