#BCBA01

Color #BCBA01 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #BCBA01

Tints of La Rioja #BCBA01

Color information

#BCBA01 (or 0xBCBA01) is unknown color: approx La Rioja. HEX triplet: BC, BA and 01. RGB value is (188,186,1). Sum of RGB (Red+Green+Blue) = 188+186+1=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 1 (0.78% from 255 or 0.27% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBA01 is #4345FE. Grayscale: #A6A6A6. Windows color (decimal): -4408831 or 113340. OLE color: 113340.

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

Color convert

RGB1881861-
CMYK00.010.990.26
HSL59.36º98.94%37.06%-
HSV(B)59.36º99.47%73.73%-
XYZ38.345.816.85-
YUV165.5135.16144.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.13%
GREEN value IS 186 (73.05% from 255) = 49.6%
BLUE value IS 1 (0.78% from 255) = 0.27%
R=50.13%
G=49.6%
B=0.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188186100.010.990.2659.3698.9437.06
HexBCBA101631A3b6325
Octal274272101143327314345
Binary10111100101110101011100011110101110111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBA01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBA01; }

 p { color: rgb(188,186,1); }

 H1.HeaderClassName
 {
   color: #BCBA01;
 }
 .AnyTagClassName
 {
   color: #BCBA01;
 }
</style>
background-color css

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

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

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

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

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

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